Searched refs:dmax (Results 1 – 3 of 3) sorted by relevance
62 unsigned dmax; /* maximum distance from zlib header */ local89 dmax = state->dmax;161 if (dist > dmax) {
92 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
135 state->dmax = 32768U;700 state->dmax = 1U << len;1159 if (state->offset > state->dmax) {
Completed in 5 milliseconds