taglinefilesource code
td510zBoot/inflate.cint inflate_codes(tl, td, bl, bd)
td511zBoot/inflate.cstruct huft *tl, *td;   /* literal/length and distance decoder tables */
td568zBoot/inflate.cif ((e = (t = td + ((unsigned)b & md))->e) > 16)
td682zBoot/inflate.cstruct huft *td;      /* distance code table */
td707zBoot/inflate.cif ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
td717zBoot/inflate.cif (inflate_codes(tl, td, bl, bd))
td723zBoot/inflate.chuft_free(td);
td738zBoot/inflate.cstruct huft *td;      /* distance code table */
td808zBoot/inflate.cj = (td = tl + ((unsigned)b & m))->b;
td810zBoot/inflate.cj = td->v.n;
td873zBoot/inflate.cif ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
td882zBoot/inflate.chuft_free(td);
td892zBoot/inflate.cif (inflate_codes(tl, td, bl, bd))
td899zBoot/inflate.chuft_free(td);