Home | History | Annotate | Download | only in src

Lines Matching refs:lencode

121     state->lencode = state->distcode = state->next = state->codes;
297 state->lencode = lenfix;
344 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
345 state.lencode[low].bits, state.lencode[low].val);
923 state->lencode = (code const FAR *)(state->next);
938 here = state->lencode[BITS(state->lenbits)];
997 state->lencode = (code const FAR *)(state->next);
1031 here = state->lencode[BITS(state->lenbits)];
1038 here = state->lencode[last.val +
1454 if (state->lencode >= state->codes &&
1455 state->lencode <= state->codes + ENOUGH - 1) {
1456 copy->lencode = copy->codes + (state->lencode - state->codes);