Searched refs:distcode (Results 1 – 4 of 4) sorted by relevance
151 state->lencode = state->distcode = state->next = state->codes; in inflateReset()268 state->distcode = distfix; in fixedtables()325 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()326 state.distcode[low].val); in makefixed()977 state->distcode = (code const FAR *)(state->next); in inflate()1044 this = state->distcode[BITS(state->distbits)]; in inflate()1051 this = state->distcode[last.val + in inflate()1397 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
139 state->distcode = distfix; in fixedtables()476 state->distcode = (code const FAR *)(state->next); in inflateBack()556 this = state->distcode[BITS(state->distbits)]; in inflateBack()563 this = state->distcode[last.val + in inflateBack()
130 code const FAR *distcode; /* starting table for distance codes */ member
124 dcode = state->distcode; in inflate_fast()