taglinefilesource code
td336zBoot/inflate.cint inflate_codes(tl, td, bl, bd)
td337zBoot/inflate.cstruct huft *tl, *td;   /* literal/length and distance decoder tables */
td393zBoot/inflate.cif ((e = (t = td + ((unsigned)b & md))->e) > 16)
td505zBoot/inflate.cstruct huft *td;      /* distance code table */
td530zBoot/inflate.cif ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
td540zBoot/inflate.cif (inflate_codes(tl, td, bl, bd))
td546zBoot/inflate.chuft_free(td);
td561zBoot/inflate.cstruct huft *td;      /* distance code table */
td631zBoot/inflate.cj = (td = tl + ((unsigned)b & m))->b;
td633zBoot/inflate.cj = td->v.n;
td696zBoot/inflate.cif ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
td705zBoot/inflate.chuft_free(td);
td715zBoot/inflate.cif (inflate_codes(tl, td, bl, bd))
td722zBoot/inflate.chuft_free(td);