Home | History | Annotate | Download | only in zlib

Lines Matching defs:block_state

70 } block_state;
72 typedef block_state (*compress_func)(deflate_state *s, int flush);
75 local block_state deflate_stored(deflate_state *s, int flush);
76 local block_state deflate_fast(deflate_state *s, int flush);
78 local block_state deflate_slow(deflate_state *s, int flush);
80 local block_state deflate_rle(deflate_state *s, int flush);
81 local block_state deflate_huff(deflate_state *s, int flush);
1182 block_state bstate;
1629 local block_state deflate_stored(deflate_state *s, int flush) {
1813 local block_state deflate_fast(deflate_state *s, int flush) {
1912 local block_state deflate_slow(deflate_state *s, int flush) {
2040 local block_state deflate_rle(deflate_state *s, int flush) {
2111 local block_state deflate_huff(deflate_state *s, int flush) {