Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zlib_inflate/
Dinflate.c38 state->lencode = state->distcode = state->next = state->codes; in zlib_inflateReset()
81 state->lencode = lenfix; in zlib_fixedtables()
473 state->lencode = (code const *)(state->next); in zlib_inflate()
487 this = state->lencode[BITS(state->lenbits)]; in zlib_inflate()
538 state->lencode = (code const *)(state->next); in zlib_inflate()
565 this = state->lencode[BITS(state->lenbits)]; in zlib_inflate()
572 this = state->lencode[last.val + in zlib_inflate()
Dinflate.h97 code const *lencode; /* starting table for length/literal codes */ member
Dinffast.c111 lcode = state->lencode; in inflate_fast()