A D | inftrees.c | 103 inflate_huft *hp, /* space for trees */ in huft_build() argument 240 u[h] = q = hp + *hn; in huft_build() 303 inflate_huft *hp, /* space for trees */ in inflate_trees_bits() argument 314 tb, bb, hp, &hn, v); in inflate_trees_bits() 335 inflate_huft *hp, /* space for trees */ in inflate_trees_dynamic() argument 348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); in inflate_trees_dynamic() 363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v); in inflate_trees_dynamic()
|