Searched refs:lencode (Results 1 – 3 of 3) sorted by relevance
110 code const FAR *lencode; /* starting table for length/literal codes */ member
123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()287 state->lencode = lenfix; in fixedtables()334 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()335 state.lencode[low].bits, state.lencode[low].val); in makefixed()926 state->lencode = (const code FAR *)(state->next); in inflate()942 here = state->lencode[BITS(state->lenbits)]; in inflate()1001 state->lencode = (const code FAR *)(state->next); in inflate()1037 here = state->lencode[BITS(state->lenbits)]; in inflate()1044 here = state->lencode[last.val + in inflate()1468 if (state->lencode >= state->codes && in inflateCopy()[all …]
93 lcode = state->lencode; in inflate_fast()