lencode 110 lib/libz/infback.c state->lencode = lenfix;
lencode 389 lib/libz/infback.c state->lencode = (code const FAR *)(state->next);
lencode 404 lib/libz/infback.c this = state->lencode[BITS(state->lenbits)];
lencode 455 lib/libz/infback.c state->lencode = (code const FAR *)(state->next);
lencode 491 lib/libz/infback.c this = state->lencode[BITS(state->lenbits)];
lencode 498 lib/libz/infback.c this = state->lencode[last.val +
lencode 114 lib/libz/inffast.c lcode = state->lencode;
lencode 124 lib/libz/inflate.c state->lencode = state->distcode = state->next = state->codes;
lencode 243 lib/libz/inflate.c state->lencode = lenfix;
lencode 290 lib/libz/inflate.c printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
lencode 291 lib/libz/inflate.c state.lencode[low].val);
lencode 904 lib/libz/inflate.c state->lencode = (code const FAR *)(state->next);
lencode 923 lib/libz/inflate.c this = state->lencode[BITS(state->lenbits)];
lencode 982 lib/libz/inflate.c state->lencode = (code const FAR *)(state->next);
lencode 1020 lib/libz/inflate.c this = state->lencode[BITS(state->lenbits)];
lencode 1027 lib/libz/inflate.c this = state->lencode[last.val +
lencode 1437 lib/libz/inflate.c if (state->lencode >= state->codes &&
lencode 1438 lib/libz/inflate.c state->lencode <= state->codes + ENOUGH - 1) {
lencode 1439 lib/libz/inflate.c copy->lencode = copy->codes + (state->lencode - state->codes);
lencode 102 lib/libz/inflate.h code const FAR *lencode; /* starting table for length/literal codes */