deflate_slow       80 3rdparty/zlib/deflate.c local block_state deflate_slow   OF((deflate_state *s, int flush));
deflate_slow      138 3rdparty/zlib/deflate.c /* 4 */ {4,    4, 16,   16, deflate_slow},  /* lazy matches */
deflate_slow      139 3rdparty/zlib/deflate.c /* 5 */ {8,   16, 32,   32, deflate_slow},
deflate_slow      140 3rdparty/zlib/deflate.c /* 6 */ {8,   16, 128, 128, deflate_slow},
deflate_slow      141 3rdparty/zlib/deflate.c /* 7 */ {8,   32, 128, 256, deflate_slow},
deflate_slow      142 3rdparty/zlib/deflate.c /* 8 */ {32, 128, 258, 1024, deflate_slow},
deflate_slow      143 3rdparty/zlib/deflate.c /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */