Home
last modified time | relevance | path

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

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