Home
last modified time | relevance | path

Searched refs:distcode (Results 1 – 3 of 3) sorted by relevance

/lib/zlib/
A Dinflate.h103 code const FAR *distcode; /* starting table for distance codes */ member
A Dinflate.c29 state->lencode = state->distcode = state->next = state->codes; in inflateReset()
81 state->distcode = distfix; in fixedtables()
725 state->distcode = (code const FAR *)(state->next); in inflate()
793 this = state->distcode[BITS(state->distbits)]; in inflate()
800 this = state->distcode[last.val + in inflate()
A Dinffast.c105 dcode = state->distcode;

Completed in 7 milliseconds