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()
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()
1469 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
1470 copy->lencode = copy->codes + (state->lencode - state->codes); in inflateCopy()