Lines Matching refs:lencode
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()
962 state->lencode = state->distcode = (const code FAR *)(state->next); in inflate()
982 here = state->lencode[BITS(state->lenbits)]; in inflate()
1053 state->lencode = (const code FAR *)(state->next); in inflate()
1099 here = state->lencode[BITS(state->lenbits)]; in inflate()
1106 here = state->lencode[last.val + in inflate()
1554 if (state->lencode >= state->codes && in inflateCopy()
1555 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
1556 copy->lencode = copy->codes + (state->lencode - state->codes); in inflateCopy()