Home | History | Annotate | Download | only in zlib-1.2.8

Lines Matching refs:lencode

122     state->lencode = state->distcode = state->next = state->codes;
298 state->lencode = lenfix;
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
346 state.lencode[low].bits, state.lencode[low].val);
924 state->lencode = (const code FAR *)(state->next);
939 here = state->lencode[BITS(state->lenbits)];
998 state->lencode = (const code FAR *)(state->next);
1032 here = state->lencode[BITS(state->lenbits)];
1039 here = state->lencode[last.val +
1470 if (state->lencode >= state->codes &&
1471 state->lencode <= state->codes + ENOUGH - 1) {
1472 copy->lencode = copy->codes + (state->lencode - state->codes);