Searched refs:tl (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | inflate.c | 589 struct huft *tl, /* literal/length decoder tables */ in inflate_codes() argument 617 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) in inflate_codes() 770 struct huft *tl; /* literal/length code table */ in inflate_fixed() local 792 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) { in inflate_fixed() 803 huft_free(tl); in inflate_fixed() 812 if (inflate_codes(tl, td, bl, bd)) { in inflate_fixed() 819 huft_free(tl); in inflate_fixed() 836 struct huft *tl; /* literal/length code table */ in inflate_dynamic() local 900 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) in inflate_dynamic() 903 huft_free(tl); in inflate_dynamic() [all …]
|