taglinefilesource code
huft28zBoot/inflate.cstruct huft *t;     /* pointer to next level of table */
huft35zBoot/inflate.cstruct huft **, int *));
huft36zBoot/inflate.cint huft_free OF((struct huft *));
huft37zBoot/inflate.cint inflate_codes OF((struct huft *, struct huft *, int, int));
huft105zBoot/inflate.cstruct huft **t;        /* result: starting table */
huft123zBoot/inflate.cregister struct huft *q;      /* points to current table */
huft124zBoot/inflate.cstruct huft r;                /* table entry for structure assignment */
huft125zBoot/inflate.cstruct huft *u[BMAX];         /* table stack */
huft143zBoot/inflate.c*t = (struct huft *)NULL;
huft201zBoot/inflate.cu[0] = (struct huft *)NULL;   /* just to keep compilers happy */
huft202zBoot/inflate.cq = (struct huft *)NULL;      /* ditto */
huft240zBoot/inflate.cq = (struct huft *)malloc((z + 1)*sizeof(struct huft));
huft244zBoot/inflate.c*(t = &(q->v.t)) = (struct huft *)NULL;
huft308zBoot/inflate.cstruct huft *t;         /* table to free */
huft313zBoot/inflate.cregister struct huft *p, *q;
huft318zBoot/inflate.cwhile (p != (struct huft *)NULL)
huft329zBoot/inflate.cstruct huft *tl, *td;   /* literal/length and distance decoder tables */
huft337zBoot/inflate.cstruct huft *t;       /* pointer to table entry */
huft496zBoot/inflate.cstruct huft *tl;      /* literal/length code table */
huft497zBoot/inflate.cstruct huft *td;      /* distance code table */
huft552zBoot/inflate.cstruct huft *tl;      /* literal/length code table */
huft553zBoot/inflate.cstruct huft *td;      /* distance code table */