block_state
block_state bstate;
local block_state deflate_stored(deflate_state *s, int flush) {
local block_state deflate_fast(deflate_state *s, int flush) {
local block_state deflate_slow(deflate_state *s, int flush) {
local block_state deflate_rle(deflate_state *s, int flush) {
local block_state deflate_huff(deflate_state *s, int flush) {
typedef block_state (*compress_func)(deflate_state *s, int flush);
local block_state deflate_stored(deflate_state *s, int flush);
local block_state deflate_fast(deflate_state *s, int flush);
local block_state deflate_slow(deflate_state *s, int flush);
local block_state deflate_rle(deflate_state *s, int flush);
local block_state deflate_huff(deflate_state *s, int flush);
block_state bstate;
local block_state deflate_stored(deflate_state *s, int flush) {
local block_state deflate_fast(deflate_state *s, int flush) {
local block_state deflate_slow(deflate_state *s, int flush) {
local block_state deflate_rle(deflate_state *s, int flush) {
local block_state deflate_huff(deflate_state *s, int flush) {
typedef block_state (*compress_func)(deflate_state *s, int flush);
local block_state deflate_stored(deflate_state *s, int flush);
local block_state deflate_fast(deflate_state *s, int flush);
local block_state deflate_slow(deflate_state *s, int flush);
local block_state deflate_rle(deflate_state *s, int flush);
local block_state deflate_huff(deflate_state *s, int flush);