Searched refs:lencode (Results 1 – 4 of 4) sorted by relevance
151 state->lencode = state->distcode = state->next = state->codes; in inflateReset()266 state->lencode = lenfix; in fixedtables()314 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, in makefixed()315 state.lencode[low].val); in makefixed()901 state->lencode = (code const FAR *)(state->next); in inflate()917 this = state->lencode[BITS(state->lenbits)]; in inflate()968 state->lencode = (code const FAR *)(state->next); in inflate()997 this = state->lencode[BITS(state->lenbits)]; in inflate()1004 this = state->lencode[last.val + in inflate()1394 if (state->lencode >= state->codes && in inflateCopy()[all …]
137 state->lencode = lenfix; in fixedtables()401 state->lencode = (code const FAR *)(state->next); in inflateBack()416 this = state->lencode[BITS(state->lenbits)]; in inflateBack()467 state->lencode = (code const FAR *)(state->next); in inflateBack()502 this = state->lencode[BITS(state->lenbits)]; in inflateBack()509 this = state->lencode[last.val + in inflateBack()
129 code const FAR *lencode; /* starting table for length/literal codes */ member
123 lcode = state->lencode; in inflate_fast()