Searched refs:dmax (Results 1 – 3 of 3) sorted by relevance
61 unsigned dmax; /* maximum distance from zlib header */ local96 dmax = state->dmax;168 if (dist > dmax) {
83 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
22 state->dmax = 32768U; in inflateReset()398 state->dmax = 1U << len; in inflate()824 if (state->offset > state->dmax) { in inflate()
Completed in 7 milliseconds