Lines Matching refs:inflate_huft
2652 typedef struct inflate_huft_s FAR inflate_huft; typedef
2665 inflate_huft *Next; /* pointer to next level of table */
2676 inflate_huft * FAR *, /* bits tree result */
2685 inflate_huft * FAR *, /* literal/length tree result */
2686 inflate_huft * FAR *, /* distance tree result */
2692 inflate_huft * FAR *, /* literal/length tree result */
2693 inflate_huft * FAR *)); /* distance tree result */
2696 inflate_huft *, /* tables to free */
2716 inflate_huft *, inflate_huft *,
3079 inflate_huft *tb; /* bit length decoding tree */
3083 inflate_huft *tl, *td; /* trees to free */
3153 inflate_huft *,
3154 inflate_huft *,
3302 inflate_huft *tl, *td;
3413 inflate_huft *h;
3455 inflate_huft *tl, *td;
3629 inflate_huft * FAR*,/* result: starting table */
3707 inflate_huft * FAR *t; /* result: starting table */
3727 inflate_huft *q; /* points to current table */
3729 inflate_huft *u[BMAX]; /* table stack */
3750 *t = (inflate_huft *)Z_NULL;
3803 u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */
3804 q = (inflate_huft *)Z_NULL; /* ditto */
3837 if ((q = (inflate_huft *)ZALLOC
3838 (zs,z + 1,sizeof(inflate_huft))) == Z_NULL)
3907 inflate_huft * FAR *tb; /* bits tree result */
3931 inflate_huft * FAR *tl; /* literal/length tree result */
3932 inflate_huft * FAR *td; /* distance tree result */
3980 local inflate_huft fixed_mem[FIXEDH];
3983 local inflate_huft *fixed_tl;
3984 local inflate_huft *fixed_td;
3992 Assert(s == sizeof(inflate_huft) && n <= fixed_left,
4013 inflate_huft * FAR *tl; /* literal/length tree result */
4014 inflate_huft * FAR *td; /* distance tree result */
4061 inflate_huft *t; /* table to free */ in inflate_trees_free()
4067 register inflate_huft *p, *q;
4074 ZFREE(z, p, p->word.Nalloc * sizeof(inflate_huft));
4113 inflate_huft *tree; /* pointer into tree */
4126 inflate_huft *ltree; /* literal/length/eob tree */
4127 inflate_huft *dtree; /* distance tree */
4134 inflate_huft *tl, *td;
4159 inflate_huft *t; /* temporary pointer */
4425 inflate_huft *tl, *td;
4429 inflate_huft *t; /* temporary pointer */