zlib.c | 4524 uInt *hn, /* hufts used in space */ 4656 if (*hn + z > MANY) /* (note: doesn't matter for fixed) */ 4658 u[h] = q = hp + *hn; 4659 *hn += z; 4726 uInt hn = 0; /* hufts used in space */ local in function:inflate_trees_bits 4732 tb, bb, hp, &hn, v); 4756 uInt hn = 0; /* hufts used in space */ local in function:inflate_trees_dynamic 4764 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); 4779 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
|