Searched refs:gz_fixed_td (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dinflate.h42 struct huft *gz_fixed_td; member in struct:inflate
/freebsd-10.0-release/sys/kern/
H A Dinflate.c813 &glbl->gz_fixed_td, &glbl->gz_fixed_bd)) > 1) {
820 return inflate_codes(glbl, glbl->gz_fixed_tl, glbl->gz_fixed_td, glbl->gz_fixed_bl, glbl->gz_fixed_bd) != 0;
1061 if (glbl->gz_fixed_td != (struct huft *) NULL) {
1062 huft_free(glbl, glbl->gz_fixed_td);
1063 glbl->gz_fixed_td = (struct huft *) NULL;

Completed in 91 milliseconds