Home
last modified time | relevance | path

Searched refs:block_state (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c69 } block_state; typedef
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
1039 block_state bstate;
1683 local block_state deflate_stored(s, flush) in deflate_stored()
1870 local block_state deflate_fast(s, flush) in deflate_fast()
1972 local block_state deflate_slow(s, flush) in deflate_slow()
2103 local block_state deflate_rle(s, flush) in deflate_rle()
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c706 } block_state; typedef
708 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
712 local block_state deflate_stored OF((deflate_state *s, int flush));
713 local block_state deflate_fast OF((deflate_state *s, int flush));
714 local block_state deflate_slow OF((deflate_state *s, int flush));
1195 block_state bstate;
1867 local block_state
1937 local block_state
2059 local block_state