• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/

Lines Matching refs:inflate_huft

2652 typedef struct inflate_huft_s FAR inflate_huft;
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 *,
3072 inflate_huft *tb; /* bit length decoding tree */
3076 inflate_huft *tl, *td; /* trees to free */
3146 inflate_huft *,
3147 inflate_huft *,
3295 inflate_huft *tl, *td;
3406 inflate_huft *h;
3448 inflate_huft *tl, *td;
3606 /* simplify the use of the inflate_huft type with some defines */
3619 inflate_huft * FAR*,/* result: starting table */
3697 inflate_huft * FAR *t; /* result: starting table */
3717 inflate_huft *q; /* points to current table */
3719 inflate_huft *u[BMAX]; /* table stack */
3740 *t = (inflate_huft *)Z_NULL;
3793 u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */
3794 q = (inflate_huft *)Z_NULL; /* ditto */
3827 if ((q = (inflate_huft *)ZALLOC
3828 (zs,z + 1,sizeof(inflate_huft))) == Z_NULL)
3897 inflate_huft * FAR *tb; /* bits tree result */
3921 inflate_huft * FAR *tl; /* literal/length tree result */
3922 inflate_huft * FAR *td; /* distance tree result */
3970 local inflate_huft fixed_mem[FIXEDH];
3973 local inflate_huft *fixed_tl;
3974 local inflate_huft *fixed_td;
3982 Assert(s == sizeof(inflate_huft) && n <= fixed_left,
4003 inflate_huft * FAR *tl; /* literal/length tree result */
4004 inflate_huft * FAR *td; /* distance tree result */
4051 inflate_huft *t; /* table to free */
4057 register inflate_huft *p, *q;
4064 ZFREE(z, p, p->word.Nalloc * sizeof(inflate_huft));
4076 /* simplify the use of the inflate_huft type with some defines */
4103 inflate_huft *tree; /* pointer into tree */
4116 inflate_huft *ltree; /* literal/length/eob tree */
4117 inflate_huft *dtree; /* distance tree */
4124 inflate_huft *tl, *td;
4149 inflate_huft *t; /* temporary pointer */
4394 /* simplify the use of the inflate_huft type with some defines */
4411 inflate_huft *tl, *td;
4415 inflate_huft *t; /* temporary pointer */