Lines Matching refs:lencode
137 state->lencode = state->distcode = state->next = state->codes;
316 state->lencode = lenfix;
363 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
364 state.lencode[low].bits, state.lencode[low].val); in makefixed()
948 state->lencode = (const code FAR *)(state->next);
963 here = state->lencode[BITS(state->lenbits)];
1022 state->lencode = (const code FAR *)(state->next);
1057 here = state->lencode[BITS(state->lenbits)];
1064 here = state->lencode[last.val +
1495 if (state->lencode >= state->codes &&
1496 state->lencode <= state->codes + ENOUGH - 1) {
1497 copy->lencode = copy->codes + (state->lencode - state->codes);