Searched refs:distcode (Results 1 – 6 of 6) sorted by relevance
100 code const *distcode; /* starting table for distance codes */ member
48 state->lencode = state->distcode = state->next = state->codes; in zlib_inflateReset()102 state->distcode = distfix; in zlib_fixedtables()568 state->distcode = (code const *)(state->next); in zlib_inflate()629 this = state->distcode[BITS(state->distbits)]; in zlib_inflate()636 this = state->distcode[last.val + in zlib_inflate()
112 dcode = state->distcode; in inflate_fast()
103 code const FAR *distcode; /* starting table for distance codes */ member
27 state->lencode = state->distcode = state->next = state->codes; in inflateReset()82 state->distcode = distfix; in fixedtables()712 state->distcode = (code const FAR *)(state->next); in inflate()777 this = state->distcode[BITS(state->distbits)]; in inflate()784 this = state->distcode[last.val + in inflate()
123 dcode = state->distcode; in inflate_fast()