Home | History | Annotate | Download | only in zlib

Lines Matching refs:lencode

123     state->lencode = state->distcode = state->next = state->codes;
277 state->lencode = lenfix;
324 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
325 state.lencode[low].val);
908 state->lencode = (code const FAR *)(state->next);
923 here = state->lencode[BITS(state->lenbits)];
983 state->lencode = (code const FAR *)(state->next);
1017 here = state->lencode[BITS(state->lenbits)];
1024 here = state->lencode[last.val +
1438 if (state->lencode >= state->codes &&
1439 state->lencode <= state->codes + ENOUGH - 1) {
1440 copy->lencode = copy->codes + (state->lencode - state->codes);