Searched refs:dmax (Results 1 – 3 of 3) sorted by relevance
58 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local85 dmax = state->dmax; in inflate_fast()157 if (dist > dmax) { in inflate_fast()
91 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
119 state->dmax = 32768U; in inflateResetKeep()663 state->dmax = 1U << len; in inflate()1123 if (state->offset > state->dmax) { in inflate()