taglinefilesource code
td328zBoot/inflate.cint inflate_codes(tl, td, bl, bd)
td329zBoot/inflate.cstruct huft *tl, *td;   /* literal/length and distance decoder tables */
td385zBoot/inflate.cif ((e = (t = td + ((unsigned)b & md))->e) > 16)
td497zBoot/inflate.cstruct huft *td;      /* distance code table */
td522zBoot/inflate.cif ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
td532zBoot/inflate.cif (inflate_codes(tl, td, bl, bd))
td538zBoot/inflate.chuft_free(td);
td553zBoot/inflate.cstruct huft *td;      /* distance code table */
td623zBoot/inflate.cj = (td = tl + ((unsigned)b & m))->b;
td625zBoot/inflate.cj = td->v.n;
td688zBoot/inflate.cif ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
td697zBoot/inflate.chuft_free(td);
td707zBoot/inflate.cif (inflate_codes(tl, td, bl, bd))
td714zBoot/inflate.chuft_free(td);