Searched refs:huft (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/unzip/
H A Dglobals.h310 struct huft *fixed_tl; /* inflate static */
311 struct huft *fixed_td; /* inflate static */
314 struct huft *fixed_tl64; /* inflate static */
315 struct huft *fixed_td64; /* inflate static */
317 struct huft *fixed_tl32; /* inflate static */
318 struct huft *fixed_td32; /* inflate static */
H A Dexplode.c60 of large code parts; adapted huft decoding
63 leaks (huft tables were not free'd when
133 static int explode_lit OF((__GPRO__ struct huft *tb, struct huft *tl,
134 struct huft *td, int bb, int bl, int bd,
136 static int explode_nolit OF((__GPRO__ struct huft *tl, struct huft *td,
252 struct huft *tb, *tl, *td; /* literal, length, and distance tables */
262 struct huft *t; /* pointer to table entry */
370 struct huft *t
[all...]
H A Dinflate.c45 uses the huft routines here. Removed
267 /* marker for "unused" huft code, and corresponding check macro */
491 int inflate_codes OF((__GPRO__ struct huft *tl, struct huft *td,
674 struct huft *tl, *td; /* literal/length and distance decoder tables */
683 struct huft *t; /* pointer to table entry */
870 struct huft *fixed_tl = (struct huft *)NULL;
871 struct huft *fixed_td;
883 if (G.fixed_tl == (struct huft *)NUL
[all...]
H A Dinflatef.c25 /* marker for "unused" huft code, and corresponding check macro */
249 int inflate_codes OF((__GPRO__ struct huft *tl, struct huft *td,
432 struct huft *tl, *td; /* literal/length and distance decoder tables */
441 struct huft *t; /* pointer to table entry */
628 struct huft *fixed_tl = (struct huft *)NULL;
629 struct huft *fixed_td;
641 if (G.fixed_tl == (struct huft *)NULL)
664 G.fixed_tl = (struct huft *)NUL
[all...]
H A Dgbloffs.c10 * and "struct huft":
42 struct huft *t = NULL;
65 printf(out_format, "SIZEOF_huft", (ulg)sizeof(struct huft));
H A Dunzpriv.h1669 struct huft { struct
1674 struct huft *t; /* pointer to next level of table */
1855 int huft_free OF((struct huft *t)); /* inflate.c */
1858 struct huft **t, int *m));

Completed in 115 milliseconds