Lines Matching refs:block_state
71 } block_state;
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
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));
867 block_state bstate;
1508 local block_state deflate_stored(s, flush)
1566 local block_state deflate_fast(s, flush)
1668 local block_state deflate_slow(s, flush)
1799 local block_state deflate_rle(s, flush)
1871 local block_state deflate_huff(s, flush)