Searched refs:lencode (Results 1 – 3 of 3) sorted by relevance
29 state->lencode = state->distcode = state->next = state->codes; in inflateReset()79 state->lencode = lenfix; in fixedtables()649 state->lencode = (code const FAR *)(state->next); in inflate()665 this = state->lencode[BITS(state->lenbits)]; in inflate()716 state->lencode = (code const FAR *)(state->next); in inflate()746 this = state->lencode[BITS(state->lenbits)]; in inflate()753 this = state->lencode[last.val + in inflate()
102 code const FAR *lencode; /* starting table for length/literal codes */ member
104 lcode = state->lencode;
Completed in 105 milliseconds