Searched refs:distcode (Results 1 – 4 of 4) sorted by relevance
123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()289 state->distcode = distfix; in fixedtables()345 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()346 state.distcode[low].val); in makefixed()1010 state->distcode = (const code FAR *)(state->next); in inflate()1089 here = state->distcode[BITS(state->distbits)]; in inflate()1096 here = state->distcode[last.val + in inflate()1471 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
113 state->distcode = distfix; in fixedtables()456 state->distcode = (code const FAR *)(state->next); in inflateBack()536 here = state->distcode[BITS(state->distbits)]; in inflateBack()543 here = state->distcode[last.val + in inflateBack()
111 code const FAR *distcode; /* starting table for distance codes */ member
94 dcode = state->distcode; in inflate_fast()