Home | History | Annotate | Download | only in zlib

Lines Matching defs: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);
1180 block_state bstate;
1627 local block_state deflate_stored(deflate_state *s, int flush) {
1811 local block_state deflate_fast(deflate_state *s, int flush) {
1910 local block_state deflate_slow(deflate_state *s, int flush) {
2038 local block_state deflate_rle(deflate_state *s, int flush) {
2109 local block_state deflate_huff(deflate_state *s, int flush) {