Searched defs:block_state (Results 1 – 11 of 11) sorted by relevance
71 } block_state; typedef73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
72 } block_state; typedef74 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
80 } block_state; typedef82 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
85 } block_state; typedef87 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
83 } block_state; typedef85 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef
221 enum block_state enum in boost::beast::zlib::detail::deflate_stream
132 uint8_t block_state[128 + 32*128]; member
290 unsigned block_state:4; /* One of the above block states. */ member