Searched refs:block_state (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | deflate.c | 69 } block_state; typedef 71 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 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)); 83 local block_state deflate_huff 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() [all …]
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 706 } 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
|