taglinefilesource code
huft126zBoot/inflate.cstruct huft *t;     /* pointer to next level of table */
huft133zBoot/inflate.cstruct huft **, int *));
huft134zBoot/inflate.cint huft_free OF((struct huft *));
huft135zBoot/inflate.cint inflate_codes OF((struct huft *, struct huft *, int, int));
huft277zBoot/inflate.cstruct huft **t;        /* result: starting table */
huft295zBoot/inflate.cregister struct huft *q;      /* points to current table */
huft296zBoot/inflate.cstruct huft r;                /* table entry for structure assignment */
huft297zBoot/inflate.cstruct huft *u[BMAX];         /* table stack */
huft317zBoot/inflate.c*t = (struct huft *)NULL;
huft375zBoot/inflate.cu[0] = (struct huft *)NULL;   /* just to keep compilers happy */
huft376zBoot/inflate.cq = (struct huft *)NULL;      /* ditto */
huft414zBoot/inflate.cif ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) ==
huft415zBoot/inflate.c(struct huft *)NULL)
huft426zBoot/inflate.c*(t = &(q->v.t)) = (struct huft *)NULL;
huft490zBoot/inflate.cstruct huft *t;         /* table to free */
huft495zBoot/inflate.cregister struct huft *p, *q;
huft500zBoot/inflate.cwhile (p != (struct huft *)NULL)
huft511zBoot/inflate.cstruct huft *tl, *td;   /* literal/length and distance decoder tables */
huft519zBoot/inflate.cstruct huft *t;       /* pointer to table entry */
huft681zBoot/inflate.cstruct huft *tl;      /* literal/length code table */
huft682zBoot/inflate.cstruct huft *td;      /* distance code table */
huft737zBoot/inflate.cstruct huft *tl;      /* literal/length code table */
huft738zBoot/inflate.cstruct huft *td;      /* distance code table */