Searched refs:distcode (Results 1 – 5 of 5) sorted by relevance
136 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()303 state->distcode = distfix; in fixedtables()359 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()360 state.distcode[low].val); in makefixed()1026 state->distcode = (const code FAR *)(state->next); in inflate()1105 here = state->distcode[BITS(state->distbits)]; in inflate()1112 here = state->distcode[last.val + in inflate()1495 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
116 state->distcode = distfix; in fixedtables()460 state->distcode = (code const FAR *)(state->next); in inflateBack()539 here = state->distcode[BITS(state->distbits)]; in inflateBack()546 here = state->distcode[last.val + in inflateBack()
111 code const FAR *distcode; /* starting table for distance codes */ member
95 dcode = state->distcode; in inflate_fast()
1664 code const FAR *distcode; /* starting table for distance codes */ member2111 dcode = state->distcode;2349 state->lencode = state->distcode = state->next = state->codes;2524 state->distcode = distfix;3158 state->distcode = (code const FAR *)(state->next);3222 this = state->distcode[BITS(state->distbits)];3229 this = state->distcode[last.val +3579 copy->distcode = copy->codes + (state->distcode - state->codes);