Searched refs:huft (Results 1 – 1 of 1) sorted by relevance
138 struct huft { struct143 struct huft *t; /* pointer to next level of table */ argument150 const ush *, const ush *, struct huft **, int *)); argument151 STATIC int INIT huft_free OF((struct huft *));152 STATIC int INIT inflate_codes OF((struct huft *, struct huft *, int, int));327 struct huft **t, /* result: starting table */ in huft_build()345 register struct huft *q; /* points to current table */ in huft_build()346 struct huft r; /* table entry for structure assignment */ in huft_build()353 struct huft *u[BMAX]; /* table stack */ in huft_build()358 struct huft **u; in huft_build()[all …]