Home
last modified time | relevance | path

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

/lib/zlib/
A Dinflate.c29 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()
A Dinflate.h102 code const FAR *lencode; /* starting table for length/literal codes */ member
A Dinffast.c104 lcode = state->lencode;

Completed in 105 milliseconds