Searched refs:huft (Results 1 – 1 of 1) sorted by relevance
345 struct huft struct352 struct huft *t; /* pointer to next level of table */ argument523 static struct huft *tl; /* literal/length code table */524 static struct huft *td; /* distance code table */531 struct huft **, int *);547 struct huft **t, /* result: starting table */ in huft_build()560 register struct huft *q; /* points to current table */ in huft_build()561 struct huft r; /* table entry for structure assignment */ in huft_build()562 struct huft *u[BMAX]; /* table stack */ in huft_build()582 *t = (struct huft *) NULL; in huft_build()[all …]