lencode 132 lib/zlib_inflate/inffast.c lcode = state->lencode; lencode 38 lib/zlib_inflate/inflate.c state->lencode = state->distcode = state->next = state->codes; lencode 81 lib/zlib_inflate/inflate.c state->lencode = lenfix; lencode 478 lib/zlib_inflate/inflate.c state->lencode = (code const *)(state->next); lencode 493 lib/zlib_inflate/inflate.c this = state->lencode[BITS(state->lenbits)]; lencode 544 lib/zlib_inflate/inflate.c state->lencode = (code const *)(state->next); lencode 572 lib/zlib_inflate/inflate.c this = state->lencode[BITS(state->lenbits)]; lencode 579 lib/zlib_inflate/inflate.c this = state->lencode[last.val + lencode 97 lib/zlib_inflate/inflate.h code const *lencode; /* starting table for length/literal codes */