Searched refs:distcode (Results 1 – 3 of 3) sorted by relevance
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()
Completed in 5 milliseconds