Lines Matching refs:block_state
81 } block_state;
83 typedef block_state (*compress_func)(deflate_state *s, int flush);
86 local block_state deflate_stored(deflate_state *s, int flush);
87 local block_state deflate_fast(deflate_state *s, int flush);
89 local block_state deflate_slow(deflate_state *s, int flush);
91 local block_state deflate_rle(deflate_state *s, int flush);
92 local block_state deflate_huff(deflate_state *s, int flush);
1218 block_state bstate;
1684 local block_state deflate_stored(deflate_state *s, int flush) {
1868 local block_state deflate_fast(deflate_state *s, int flush) {
1970 local block_state deflate_slow(deflate_state *s, int flush) {
2104 local block_state deflate_rle(deflate_state *s, int flush) {
2175 local block_state deflate_huff(deflate_state *s, int flush) {