Lines Matching defs:block_state
69 } block_state;
71 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));
1039 block_state bstate;
1683 local block_state deflate_stored(s, flush)
1870 local block_state deflate_fast(s, flush)
1972 local block_state deflate_slow(s, flush)
2103 local block_state deflate_rle(s, flush)
2176 local block_state deflate_huff(s, flush)