taglinefilesource code
huft129lib/inflate.cstruct huft *t;     /* pointer to next level of table */
huft136lib/inflate.cstruct huft **, int *));
huft137lib/inflate.cSTATIC int huft_free OF((struct huft *));
huft138lib/inflate.cSTATIC int inflate_codes OF((struct huft *, struct huft *, int, int));
huft274lib/inflate.cstruct huft **t;        /* result: starting table */
huft292lib/inflate.cregister struct huft *q;      /* points to current table */
huft293lib/inflate.cstruct huft r;                /* table entry for structure assignment */
huft294lib/inflate.cstruct huft *u[BMAX];         /* table stack */
huft315lib/inflate.c*t = (struct huft *)NULL;
huft373lib/inflate.cu[0] = (struct huft *)NULL;   /* just to keep compilers happy */
huft374lib/inflate.cq = (struct huft *)NULL;      /* ditto */
huft412lib/inflate.cif ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) ==
huft413lib/inflate.c(struct huft *)NULL)
huft422lib/inflate.c*(t = &(q->v.t)) = (struct huft *)NULL;
huft487lib/inflate.cstruct huft *t;         /* table to free */
huft492lib/inflate.cregister struct huft *p, *q;
huft497lib/inflate.cwhile (p != (struct huft *)NULL)
huft508lib/inflate.cstruct huft *tl, *td;   /* literal/length and distance decoder tables */
huft516lib/inflate.cstruct huft *t;       /* pointer to table entry */
huft678lib/inflate.cstruct huft *tl;      /* literal/length code table */
huft679lib/inflate.cstruct huft *td;      /* distance code table */
huft734lib/inflate.cstruct huft *tl;      /* literal/length code table */
huft735lib/inflate.cstruct huft *td;      /* distance code table */