Lines Matching refs:lencode
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()
1395 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
1396 copy->lencode = copy->codes + (state->lencode - state->codes); in inflateCopy()