huft              144 lib/inflate.c      struct huft *t;     /* pointer to next level of table */
huft              151 lib/inflate.c  		const ush *, const ush *, struct huft **, int *));
huft              152 lib/inflate.c  STATIC int INIT huft_free OF((struct huft *));
huft              153 lib/inflate.c  STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int));
huft              328 lib/inflate.c  	struct huft **t,        /* result: starting table */
huft              346 lib/inflate.c    register struct huft *q;      /* points to current table */
huft              347 lib/inflate.c    struct huft r;                /* table entry for structure assignment */
huft              354 lib/inflate.c      struct huft *u[BMAX];         /* table stack */
huft              359 lib/inflate.c    struct huft **u;
huft              384 lib/inflate.c      *t = (struct huft *)NULL;
huft              448 lib/inflate.c    u[0] = (struct huft *)NULL;   /* just to keep compilers happy */
huft              449 lib/inflate.c    q = (struct huft *)NULL;      /* ditto */
huft              488 lib/inflate.c          if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) ==
huft              489 lib/inflate.c              (struct huft *)NULL)
huft              499 lib/inflate.c          *(t = &(q->v.t)) = (struct huft *)NULL;
huft              568 lib/inflate.c  	struct huft *t         /* table to free */
huft              574 lib/inflate.c    register struct huft *p, *q;
huft              579 lib/inflate.c    while (p != (struct huft *)NULL)
huft              590 lib/inflate.c  	struct huft *tl,    /* literal/length decoder tables */
huft              591 lib/inflate.c  	struct huft *td,    /* distance decoder tables */
huft              601 lib/inflate.c    struct huft *t;       /* pointer to table entry */
huft              771 lib/inflate.c    struct huft *tl;      /* literal/length code table */
huft              772 lib/inflate.c    struct huft *td;      /* distance code table */
huft              837 lib/inflate.c    struct huft *tl;      /* literal/length code table */
huft              838 lib/inflate.c    struct huft *td;      /* distance code table */