Lines Matching refs:lencode
138 state->lencode = state->distcode = state->next = state->codes;
317 state->lencode = lenfix;
364 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
365 state.lencode[low].bits, state.lencode[low].val); in makefixed()
959 state->lencode = (const code FAR *)(state->next);
974 here = state->lencode[BITS(state->lenbits)];
1033 state->lencode = (const code FAR *)(state->next);
1068 here = state->lencode[BITS(state->lenbits)];
1075 here = state->lencode[last.val +
1515 if (state->lencode >= state->codes &&
1516 state->lencode <= state->codes + ENOUGH - 1) {
1517 copy->lencode = copy->codes + (state->lencode - state->codes);