Lines Matching refs:inflate_huft
24 /* simplify the use of the inflate_huft type with some defines */
35 inflate_huft * FAR*,/* result: starting table */
37 inflate_huft *, /* space for trees */
100 inflate_huft * FAR *t; /* result: starting table */
102 inflate_huft *hp; /* space for trees */
122 inflate_huft *q; /* points to current table */
124 inflate_huft *u[BMAX]; /* table stack */
144 *t = (inflate_huft *)Z_NULL;
198 u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */
199 q = (inflate_huft *)Z_NULL; /* ditto */
297 inflate_huft * FAR *tb; /* bits tree result */
298 inflate_huft *hp; /* space for trees */
327 inflate_huft * FAR *tl; /* literal/length tree result */
328 inflate_huft * FAR *td; /* distance tree result */
329 inflate_huft *hp; /* space for trees */
389 local inflate_huft fixed_mem[FIXEDH];
392 local inflate_huft *fixed_tl;
393 local inflate_huft *fixed_td;
402 inflate_huft * FAR *tl; /* literal/length tree result */
403 inflate_huft * FAR *td; /* distance tree result */