Searched refs:dmax (Results 1 – 3 of 3) sorted by relevance
61 unsigned dmax; /* maximum distance from zlib header */ local88 dmax = state->dmax;160 if (dist > dmax) {
90 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
133 state->dmax = 32768U;699 state->dmax = 1U << len;1138 if (state->offset > state->dmax) {
Completed in 6 milliseconds