• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/

Lines Matching refs:inflate_huft

3440 typedef struct inflate_huft_s FAR inflate_huft;
3452 inflate_huft *Next; /* pointer to next level of table */
3463 inflate_huft * FAR *, /* bits tree result */
3472 inflate_huft * FAR *, /* literal/length tree result */
3473 inflate_huft * FAR *, /* distance tree result */
3479 inflate_huft * FAR *, /* literal/length tree result */
3480 inflate_huft * FAR *)); /* distance tree result */
3483 inflate_huft *, /* tables to free */
3504 inflate_huft *, inflate_huft *,
3559 inflate_huft *tb; /* bit length decoding tree */
3562 inflate_huft *tl;
3563 inflate_huft *td; /* trees to free */
3766 inflate_huft *tl, *td;
3877 inflate_huft *h;
3921 inflate_huft *tl, *td;
3941 inflate_hufts, sizeof(inflate_huft)));
4108 /* simplify the use of the inflate_huft type with some defines */
4121 inflate_huft * FAR*,/* result: starting table */
4194 inflate_huft * FAR *t; /* result: starting table */
4214 inflate_huft *q; /* points to current table */
4216 inflate_huft *u[BMAX]; /* table stack */
4237 *t = (inflate_huft *)Z_NULL;
4291 u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */
4292 q = (inflate_huft *)Z_NULL; /* ditto */
4326 if ((q = (inflate_huft *)ZALLOC
4327 (zs,z + 1,sizeof(inflate_huft))) == Z_NULL)
4395 inflate_huft * FAR *tb; /* bits tree result */
4419 inflate_huft * FAR *tl; /* literal/length tree result */
4420 inflate_huft * FAR *td; /* distance tree result */
4473 local inflate_huft fixed_mem[FIXEDH];
4476 local inflate_huft *fixed_tl;
4477 local inflate_huft *fixed_td;
4485 Assert(s == sizeof(inflate_huft) && n <= *(intf *)q,
4495 inflate_huft * FAR *tl; /* literal/length tree result */
4496 inflate_huft * FAR *td; /* distance tree result */
4542 inflate_huft *t; /* table to free */
4548 register inflate_huft *p, *q, *r;
4597 inflate_huft *,
4598 inflate_huft *,
4603 /* simplify the use of the inflate_huft type with some defines */
4630 inflate_huft *tree; /* pointer into tree */
4643 inflate_huft *ltree; /* literal/length/eob tree */
4644 inflate_huft *dtree; /* distance tree */
4651 inflate_huft *tl;
4652 inflate_huft *td; /* need separate declaration for Borland C++ */
4677 inflate_huft *t; /* temporary pointer */
4953 /* simplify the use of the inflate_huft type with some defines */
4970 inflate_huft *tl;
4971 inflate_huft *td; /* need separate declaration for Borland C++ */
4975 inflate_huft *t; /* temporary pointer */