deflate_fast
/* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
/* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
/* 2 */ {4, 5, 16, 8, deflate_fast},
/* 3 */ {4, 6, 32, 32, deflate_fast},
local block_state deflate_fast(deflate_state *s, int flush);
/* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
/* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
/* 2 */ {4, 5, 16, 8, deflate_fast},
/* 3 */ {4, 6, 32, 32, deflate_fast},
local block_state deflate_fast(deflate_state *s, int flush);