Searched refs:huft (Results 1 – 1 of 1) sorted by relevance
120 struct huft { struct125 struct huft *t; /* pointer to next level of table */ argument131 const ush *, const ush *, struct huft **, int *)); argument132 STATIC int huft_free OF((struct huft *));133 STATIC int inflate_codes OF((struct huft *, struct huft *, int, int));270 struct huft **t; /* result: starting table */288 register struct huft *q; /* points to current table */289 struct huft r; /* table entry for structure assignment */290 struct huft *u[BMAX]; /* table stack */313 *t = (struct huft *)NULL;[all …]