Home
last modified time | relevance | path

Searched refs:hufts (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c442 static unsigned hufts; /* track memory usage */ variable
670 hufts += z + 1; /* track memory usage */ in huft_build()
1090 hufts = 0; in get_new_block()
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4187 inflate_huft *hufts; /* single malloc for tree space */ member
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;