Lines Matching refs:lencode
225 code const FAR *lencode; /* starting table for length/literal codes */ member
289 state->lencode = state->distcode = state->next = state->codes; in inflateReset()
460 state->lencode = lenfix; in fixedtables()
1159 lcode = state->lencode; in netpgpv_inflate_fast()
1749 state->lencode = (code const FAR *)(state->next); in inflate()
1764 this = state->lencode[BITS(state->lenbits)]; in inflate()
1815 state->lencode = (code const FAR *)(state->next); in inflate()
1843 this = state->lencode[BITS(state->lenbits)]; in inflate()
1850 this = state->lencode[last.val + in inflate()
2234 if (state->lencode >= state->codes && in inflateCopy()
2235 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
2236 copy->lencode = copy->codes + (state->lencode - state->codes); in inflateCopy()