Searched refs:distcode (Results 1 – 3 of 3) sorted by relevance
103 code const FAR *distcode; /* starting table for distance codes */ member
29 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()
105 dcode = state->distcode;
Completed in 11 milliseconds