block_state        73 other-licenses/zlib/deflate.c typedef block_state (*compress_func) OF((deflate_state *s, int flush));
block_state        77 other-licenses/zlib/deflate.c local block_state deflate_stored OF((deflate_state *s, int flush));
block_state        78 other-licenses/zlib/deflate.c local block_state deflate_fast   OF((deflate_state *s, int flush));
block_state        80 other-licenses/zlib/deflate.c local block_state deflate_slow   OF((deflate_state *s, int flush));
block_state       788 other-licenses/zlib/deflate.c         block_state bstate;
block_state      1390 other-licenses/zlib/deflate.c local block_state deflate_stored(s, flush)
block_state      1448 other-licenses/zlib/deflate.c local block_state deflate_fast(s, flush)
block_state      1554 other-licenses/zlib/deflate.c local block_state deflate_slow(s, flush)
block_state      1683 other-licenses/zlib/deflate.c local block_state deflate_rle(s, flush)