Home
last modified time | relevance | path

Searched refs:lencode (Results 1 – 3 of 3) sorted by relevance

/lib/zlib_inflate/
Dinflate.h94 code const *lencode; /* starting table for length/literal codes */ member
Dinflate.c38 state->lencode = state->distcode = state->next = state->codes; in zlib_inflateReset()
96 state->lencode = lenfix; in zlib_fixedtables()
488 state->lencode = (code const *)(state->next); in zlib_inflate()
502 this = state->lencode[BITS(state->lenbits)]; in zlib_inflate()
553 state->lencode = (code const *)(state->next); in zlib_inflate()
580 this = state->lencode[BITS(state->lenbits)]; in zlib_inflate()
587 this = state->lencode[last.val + in zlib_inflate()
Dinffast.c113 lcode = state->lencode; in inflate_fast()