Home | History | Annotate | Download | only in net

Lines Matching defs:inflate_huft

3784 typedef struct inflate_huft_s FAR inflate_huft;
3808 inflate_huft * FAR *, /* bits tree result */
3809 inflate_huft *, /* space for trees */
3818 inflate_huft * FAR *, /* literal/length tree result */
3819 inflate_huft * FAR *, /* distance tree result */
3820 inflate_huft *, /* space for trees */
3826 inflate_huft * FAR *, /* literal/length tree result */
3827 inflate_huft * FAR *, /* distance tree result */
3848 inflate_huft *, inflate_huft *,
3904 inflate_huft *tb; /* bit length decoding tree */
3916 inflate_huft *hufts; /* single malloc for tree space */
3970 /* simplify the use of the inflate_huft type with some defines */
4050 (inflate_huft *)ZALLOC(z, sizeof(inflate_huft), MANY)) == Z_NULL)
4105 inflate_huft *tl, *td;
4214 inflate_huft *h;
4256 inflate_huft *tl, *td;
4446 /* simplify the use of the inflate_huft type with some defines */
4457 inflate_huft * FAR*,/* result: starting table */
4459 inflate_huft *, /* space for trees */
4521 inflate_huft * FAR *t, /* result: starting table */
4523 inflate_huft *hp, /* space for trees */
4544 inflate_huft *q; /* points to current table */
4546 inflate_huft *u[BMAX]; /* table stack */
4567 *t = (inflate_huft *)Z_NULL;
4621 u[0] = (inflate_huft *)Z_NULL; /* just to keep compilers happy */
4622 q = (inflate_huft *)Z_NULL; /* ditto */
4721 inflate_huft * FAR *tb, /* bits tree result */
4722 inflate_huft *hp, /* space for trees */
4750 inflate_huft * FAR *tl, /* literal/length tree result */
4751 inflate_huft * FAR *td, /* distance tree result */
4752 inflate_huft *hp, /* space for trees */
4812 local inflate_huft fixed_mem[FIXEDH];
4815 local inflate_huft *fixed_tl;
4816 local inflate_huft *fixed_td;
4831 local inflate_huft fixed_tl[] = {
4961 local inflate_huft fixed_td[] = {
4979 inflate_huft * FAR *tl, /* literal/length tree result */
4980 inflate_huft * FAR *td, /* distance tree result */
5063 inflate_huft *,
5064 inflate_huft *,
5069 /* simplify the use of the inflate_huft type with some defines */
5096 inflate_huft *tree; /* pointer into tree */
5109 inflate_huft *ltree; /* literal/length/eob tree */
5110 inflate_huft *dtree; /* distance tree */
5116 inflate_huft *tl, inflate_huft *td, z_streamp z)
5137 inflate_huft *t; /* temporary pointer */
5418 /* simplify the use of the inflate_huft type with some defines */
5432 inflate_huft *tl,
5433 inflate_huft *td,
5437 inflate_huft *t; /* temporary pointer */