inflate_table 95 other-licenses/zlib/infback.c inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); inflate_table 102 other-licenses/zlib/infback.c inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); inflate_table 379 other-licenses/zlib/infback.c ret = inflate_table(CODES, state->lens, 19, &(state->next), inflate_table 445 other-licenses/zlib/infback.c ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), inflate_table 454 other-licenses/zlib/infback.c ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, inflate_table 227 other-licenses/zlib/inflate.c inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); inflate_table 234 other-licenses/zlib/inflate.c inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); inflate_table 866 other-licenses/zlib/inflate.c ret = inflate_table(CODES, state->lens, 19, &(state->next), inflate_table 932 other-licenses/zlib/inflate.c ret = inflate_table(LENS, state->lens, state->nlen, &(state->next), inflate_table 941 other-licenses/zlib/inflate.c ret = inflate_table(DISTS, state->lens + state->nlen, state->ndist, inflate_table 53 other-licenses/zlib/inftrees.h extern int inflate_table OF((codetype type, unsigned short FAR *lens,