Searched refs:tl (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | inflate.c | 590 struct huft *tl, /* literal/length decoder tables */ in inflate_codes() argument 618 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) in inflate_codes() 771 struct huft *tl; /* literal/length code table */ in inflate_fixed() local 793 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) { in inflate_fixed() 804 huft_free(tl); in inflate_fixed() 813 if (inflate_codes(tl, td, bl, bd)) { in inflate_fixed() 820 huft_free(tl); in inflate_fixed() 837 struct huft *tl; /* literal/length code table */ in inflate_dynamic() local 901 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) in inflate_dynamic() 904 huft_free(tl); in inflate_dynamic() [all …]
|