Home
last modified time | relevance | path

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

/linux/lib/zlib_inflate/
H A Dinflate.c48 state->lencode = state->distcode = state->next = state->codes; in zlib_inflateReset()
102 state->distcode = distfix; in zlib_fixedtables()
568 state->distcode = (code const *)(state->next); in zlib_inflate()
629 this = state->distcode[BITS(state->distbits)]; in zlib_inflate()
636 this = state->distcode[last.val + in zlib_inflate()
H A Dinflate.h100 code const *distcode; /* starting table for distance codes */ member
H A Dinffast.c112 dcode = state->distcode; in inflate_fast()