Searched refs:lencode (Results 1 – 6 of 6) sorted by relevance
48 state->lencode = state->distcode = state->next = state->codes; in zlib_inflateReset()100 state->lencode = lenfix; in zlib_fixedtables()493 state->lencode = (code const *)(state->next); in zlib_inflate()508 this = state->lencode[BITS(state->lenbits)]; in zlib_inflate()559 state->lencode = (code const *)(state->next); in zlib_inflate()587 this = state->lencode[BITS(state->lenbits)]; in zlib_inflate()594 this = state->lencode[last.val + in zlib_inflate()
99 code const *lencode; /* starting table for length/literal codes */ member
111 lcode = state->lencode; in inflate_fast()
27 state->lencode = state->distcode = state->next = state->codes; in inflateReset()80 state->lencode = lenfix; in fixedtables()637 state->lencode = (code const FAR *)(state->next); in inflate()652 this = state->lencode[BITS(state->lenbits)]; in inflate()703 state->lencode = (code const FAR *)(state->next); in inflate()732 this = state->lencode[BITS(state->lenbits)]; in inflate()739 this = state->lencode[last.val + in inflate()
102 code const FAR *lencode; /* starting table for length/literal codes */ member
122 lcode = state->lencode; in inflate_fast()