Lines Matching refs:block_state
68 } block_state;
70 typedef block_state (*compress_func)(deflate_state *s, int flush);
73 local block_state deflate_stored(deflate_state *s, int flush);
74 local block_state deflate_fast(deflate_state *s, int flush);
76 local block_state deflate_slow(deflate_state *s, int flush);
78 local block_state deflate_rle(deflate_state *s, int flush);
79 local block_state deflate_huff(deflate_state *s, int flush);
1188 block_state bstate;
1638 local block_state deflate_stored(deflate_state *s, int flush)
1823 local block_state deflate_fast(deflate_state *s, int flush)
1923 local block_state deflate_slow(deflate_state *s, int flush)
2052 local block_state deflate_rle(deflate_state *s, int flush)
2124 local block_state deflate_huff(deflate_state *s, int flush)