Searched refs:fixed_tl (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Dinflate.c870 struct huft *fixed_tl = (struct huft *)NULL;
883 if (G.fixed_tl == (struct huft *)NULL)
900 &G.fixed_tl, &G.fixed_bl)) != 0)
903 &G.fixed_tl, &G.fixed_bl)) != 0)
906 G.fixed_tl = (struct huft *)NULL;
922 huft_free(G.fixed_tl);
923 G.fixed_td = G.fixed_tl = (struct huft *)NULL;
929 return inflate_codes(__G__ G.fixed_tl, G.fixed_td,
1189 G.fixed_tl = G.fixed_tl64;
1197 G.fixed_tl
[all...]
H A Dinflatef.c628 struct huft *fixed_tl = (struct huft *)NULL;
641 if (G.fixed_tl == (struct huft *)NULL)
658 &G.fixed_tl, &G.fixed_bl)) != 0)
661 &G.fixed_tl, &G.fixed_bl)) != 0)
664 G.fixed_tl = (struct huft *)NULL;
680 huft_free(G.fixed_tl);
681 G.fixed_td = G.fixed_tl = (struct huft *)NULL;
687 return inflate_codes(__G__ G.fixed_tl, G.fixed_td,
947 G.fixed_tl = G.fixed_tl64;
955 G.fixed_tl
[all...]
H A Dglobals.h310 struct huft *fixed_tl; /* inflate static */ member in struct:Globals

Completed in 29 milliseconds