Lines Matching refs:hufts
4187 inflate_huft *hufts; /* single malloc for tree space */
4331 s->hufts = (inflate_huft *)ZALLOC(z, MANY, sizeof (inflate_huft));
4332 if (s->hufts == Z_NULL) {
4338 ZFREE(z, s->hufts);
4493 &s->sub.trees.tb, s->hufts, z);
4566 s->hufts, z);
4633 ZFREE(z, s->hufts);
4634 s->hufts = Z_NULL;
4772 uInt *hn, /* hufts used in space */
4841 uInt *hn; /* hufts used in space */
5076 uInt hn = 0; /* hufts used in space */
5105 uInt hn = 0; /* hufts used in space */
5151 #define FIXEDH 544 /* number of hufts used by fixed tables */
5178 uInt f = 0; /* number of hufts used in fixed_mem */