Searched refs:lencode (Results 1 – 2 of 2) sorted by relevance
198 state->lencode = state->distcode = state->next = state->codes;211 state->lencode = state->distcode = state->next = state->codes; in gpdinflateReset()371 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, in makefixed()372 state.lencode[low].val); in makefixed()554 state->lencode = (code const FAR *)(state->next);573 this = state->lencode[readdata3];658 state->lencode = (code const FAR *)(state->next);
179 code const FAR *lencode; /* starting table for length/literal codes */ member