Searched refs:huft (Results 1 – 1 of 1) sorted by relevance
139 struct huft { struct144 struct huft *t; /* pointer to next level of table */ argument151 const ush *, const ush *, struct huft **, int *)); argument152 STATIC int INIT huft_free OF((struct huft *));153 STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int));328 struct huft **t, /* result: starting table */ in huft_build()346 register struct huft *q; /* points to current table */ in huft_build()347 struct huft r; /* table entry for structure assignment */ in huft_build()354 struct huft *u[BMAX]; /* table stack */ in huft_build()359 struct huft **u; in huft_build()[all …]