Lines Matching defs:inflate_huft

3449 typedef struct inflate_huft_s FAR inflate_huft;
3461 inflate_huft *Next; /* pointer to next level of table */
3472 inflate_huft * FAR *, /* bits tree result */
3481 inflate_huft * FAR *, /* literal/length tree result */
3482 inflate_huft * FAR *, /* distance tree result */
3488 inflate_huft * FAR *, /* literal/length tree result */
3489 inflate_huft * FAR *)); /* distance tree result */
3492 inflate_huft *, /* tables to free */
3513 inflate_huft *, inflate_huft *,
3568 inflate_huft *tb; /* bit length decoding tree */
3571 inflate_huft *tl;
3572 inflate_huft *td; /* trees to free */
3775 inflate_huft *tl, *td;
3887 inflate_huft *h;
3931 inflate_huft *tl, *td;
3952 inflate_hufts, sizeof(inflate_huft)));
4124 /* simplify the use of the inflate_huft type with some defines */
4137 inflate_huft * FAR*,/* result: starting table */
4210 inflate_huft * FAR *t; /* result: starting table */
4230 inflate_huft *q; /* points to current table */
4232 inflate_huft *u[BMAX]; /* table stack */
4253 *t = (inflate_huft *)Z_NULL;
4307 u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */
4308 q = (inflate_huft *)Z_NULL; /* ditto */
4342 if ((q = (inflate_huft *)ZALLOC
4343 (zs,z + 1,sizeof(inflate_huft))) == Z_NULL)
4411 inflate_huft * FAR *tb; /* bits tree result */
4435 inflate_huft * FAR *tl; /* literal/length tree result */
4436 inflate_huft * FAR *td; /* distance tree result */
4489 local inflate_huft fixed_mem[FIXEDH];
4492 local inflate_huft *fixed_tl;
4493 local inflate_huft *fixed_td;
4501 Assert(s == sizeof(inflate_huft) && n <= *(intf *)q,
4511 inflate_huft * FAR *tl; /* literal/length tree result */
4512 inflate_huft * FAR *td; /* distance tree result */
4558 inflate_huft *t; /* table to free */
4564 register inflate_huft *p, *q, *r;
4613 inflate_huft *,
4614 inflate_huft *,
4619 /* simplify the use of the inflate_huft type with some defines */
4646 inflate_huft *tree; /* pointer into tree */
4659 inflate_huft *ltree; /* literal/length/eob tree */
4660 inflate_huft *dtree; /* distance tree */
4667 inflate_huft *tl;
4668 inflate_huft *td; /* need separate declaration for Borland C++ */
4693 inflate_huft *t; /* temporary pointer */
4969 /* simplify the use of the inflate_huft type with some defines */
4986 inflate_huft *tl;
4987 inflate_huft *td; /* need separate declaration for Borland C++ */
4991 inflate_huft *t; /* temporary pointer */