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.cif ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) ==
huft241zBoot/inflate.c(struct huft *)NULL)
huft252zBoot/inflate.c*(t = &(q->v.t)) = (struct huft *)NULL;
huft316zBoot/inflate.cstruct huft *t;         /* table to free */
huft321zBoot/inflate.cregister struct huft *p, *q;
huft326zBoot/inflate.cwhile (p != (struct huft *)NULL)
huft337zBoot/inflate.cstruct huft *tl, *td;   /* literal/length and distance decoder tables */
huft345zBoot/inflate.cstruct huft *t;       /* pointer to table entry */
huft504zBoot/inflate.cstruct huft *tl;      /* literal/length code table */
huft505zBoot/inflate.cstruct huft *td;      /* distance code table */
huft560zBoot/inflate.cstruct huft *tl;      /* literal/length code table */
huft561zBoot/inflate.cstruct huft *td;      /* distance code table */