Searched refs:lencode (Results 1 – 4 of 4) sorted by relevance
119 state->lencode = lenfix;386 state->lencode = (code const FAR *)(state->next);401 here = state->lencode[BITS(state->lenbits)];460 state->lencode = (code const FAR *)(state->next);494 here = state->lencode[BITS(state->lenbits)];501 here = state->lencode[last.val +
137 state->lencode = state->distcode = state->next = state->codes;315 state->lencode = lenfix;363 state.lencode[low].bits, state.lencode[low].val); in makefixed()947 state->lencode = (const code FAR *)(state->next);962 here = state->lencode[BITS(state->lenbits)];1021 state->lencode = (const code FAR *)(state->next);1055 here = state->lencode[BITS(state->lenbits)];1062 here = state->lencode[last.val +1493 if (state->lencode >= state->codes &&1494 state->lencode <= state->codes + ENOUGH - 1) {[all …]
109 code const FAR *lencode; /* starting table for length/literal codes */ member
96 lcode = state->lencode;