• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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;
3878 inflate_huft *h;
3922 inflate_huft *tl, *td;
3944 inflate_hufts, sizeof(inflate_huft)));
4111 /* simplify the use of the inflate_huft type with some defines */
4124 inflate_huft * FAR*,/* result: starting table */
4197 inflate_huft * FAR *t; /* result: starting table */
4217 inflate_huft *q; /* points to current table */
4219 inflate_huft *u[BMAX]; /* table stack */
4240 *t = (inflate_huft *)Z_NULL;
4294 u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */
4295 q = (inflate_huft *)Z_NULL; /* ditto */
4329 if ((q = (inflate_huft *)ZALLOC
4330 (zs,z + 1,sizeof(inflate_huft))) == Z_NULL)
4398 inflate_huft * FAR *tb; /* bits tree result */
4422 inflate_huft * FAR *tl; /* literal/length tree result */
4423 inflate_huft * FAR *td; /* distance tree result */
4476 local inflate_huft fixed_mem[FIXEDH];
4479 local inflate_huft *fixed_tl;
4480 local inflate_huft *fixed_td;
4488 Assert(s == sizeof(inflate_huft) && n <= *(intf *)q,
4498 inflate_huft * FAR *tl; /* literal/length tree result */
4499 inflate_huft * FAR *td; /* distance tree result */
4545 inflate_huft *t; /* table to free */
4551 register inflate_huft *p, *q, *r;
4600 inflate_huft *,
4601 inflate_huft *,
4606 /* simplify the use of the inflate_huft type with some defines */
4633 inflate_huft *tree; /* pointer into tree */
4646 inflate_huft *ltree; /* literal/length/eob tree */
4647 inflate_huft *dtree; /* distance tree */
4654 inflate_huft *tl;
4655 inflate_huft *td; /* need separate declaration for Borland C++ */
4680 inflate_huft *t; /* temporary pointer */
4956 /* simplify the use of the inflate_huft type with some defines */
4973 inflate_huft *tl;
4974 inflate_huft *td; /* need separate declaration for Borland C++ */
4978 inflate_huft *t; /* temporary pointer */