Lines Matching refs:lencode
122 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
298 state->lencode = lenfix; in fixedtables()
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
346 state.lencode[low].bits, state.lencode[low].val); in makefixed()
924 state->lencode = (const code FAR *)(state->next); in inflate()
939 here = state->lencode[BITS(state->lenbits)]; in inflate()
998 state->lencode = (const code FAR *)(state->next); in inflate()
1032 here = state->lencode[BITS(state->lenbits)]; in inflate()
1039 here = state->lencode[last.val + in inflate()
1471 if (state->lencode >= state->codes && in inflateCopy()
1472 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
1473 copy->lencode = copy->codes + (state->lencode - state->codes); in inflateCopy()