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

Lines Matching refs:lencode

123     state->lencode = state->distcode = state->next = state->codes;
242 state->lencode = lenfix;
289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
290 state.lencode[low].val);
864 state->lencode = (code const FAR *)(state->next);
879 this = state->lencode[BITS(state->lenbits)];
930 state->lencode = (code const FAR *)(state->next);
958 this = state->lencode[BITS(state->lenbits)];
965 this = state->lencode[last.val +
1355 if (state->lencode >= state->codes &&
1356 state->lencode <= state->codes + ENOUGH - 1) {
1357 copy->lencode = copy->codes + (state->lencode - state->codes);