lcode 105 lib/zlib_inflate/inffast.c code const *lcode; /* local strm->lencode */ lcode 132 lib/zlib_inflate/inffast.c lcode = state->lencode; lcode 146 lib/zlib_inflate/inffast.c this = lcode[hold & lmask]; lcode 318 lib/zlib_inflate/inffast.c this = lcode[this.val + (hold & ((1U << op) - 1))];