taglinefilesource code
huft28arch/i386/boot/compressed/inflate.cstruct huft *t;     /* pointer to next level of table */
huft35arch/i386/boot/compressed/inflate.cstruct huft **, int *));
huft36arch/i386/boot/compressed/inflate.cint huft_free OF((struct huft *));
huft37arch/i386/boot/compressed/inflate.cint inflate_codes OF((struct huft *, struct huft *, int, int));
huft105arch/i386/boot/compressed/inflate.cstruct huft **t;        /* result: starting table */
huft123arch/i386/boot/compressed/inflate.cregister struct huft *q;      /* points to current table */
huft124arch/i386/boot/compressed/inflate.cstruct huft r;                /* table entry for structure assignment */
huft125arch/i386/boot/compressed/inflate.cstruct huft *u[BMAX];         /* table stack */
huft143arch/i386/boot/compressed/inflate.c*t = (struct huft *)NULL;
huft201arch/i386/boot/compressed/inflate.cu[0] = (struct huft *)NULL;   /* just to keep compilers happy */
huft202arch/i386/boot/compressed/inflate.cq = (struct huft *)NULL;      /* ditto */
huft240arch/i386/boot/compressed/inflate.cq = (struct huft *)malloc((z + 1)*sizeof(struct huft));
huft244arch/i386/boot/compressed/inflate.c*(t = &(q->v.t)) = (struct huft *)NULL;
huft308arch/i386/boot/compressed/inflate.cstruct huft *t;         /* table to free */
huft313arch/i386/boot/compressed/inflate.cregister struct huft *p, *q;
huft318arch/i386/boot/compressed/inflate.cwhile (p != (struct huft *)NULL)
huft329arch/i386/boot/compressed/inflate.cstruct huft *tl, *td;   /* literal/length and distance decoder tables */
huft337arch/i386/boot/compressed/inflate.cstruct huft *t;       /* pointer to table entry */
huft496arch/i386/boot/compressed/inflate.cstruct huft *tl;      /* literal/length code table */
huft497arch/i386/boot/compressed/inflate.cstruct huft *td;      /* distance code table */
huft552arch/i386/boot/compressed/inflate.cstruct huft *tl;      /* literal/length code table */
huft553arch/i386/boot/compressed/inflate.cstruct huft *td;      /* distance code table */