Searched refs:dmax (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/libkern/zlib/
H A Dinflate.h110 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c106 unsigned dmax; /* maximum distance from zlib header */ local
133 dmax = state->dmax;
205 if (dist > dmax) {
H A Dinflate.c143 state->dmax = 32768U;
656 state->dmax = 1U << len;
1062 if (state->offset > state->dmax) {
H A Dinfback.c83 state->dmax = 32768U;

Completed in 28 milliseconds