deflate_slow 80 other-licenses/zlib/deflate.c local block_state deflate_slow OF((deflate_state *s, int flush)); deflate_slow 144 other-licenses/zlib/deflate.c /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */ deflate_slow 145 other-licenses/zlib/deflate.c /* 5 */ {8, 16, 32, 32, deflate_slow}, deflate_slow 146 other-licenses/zlib/deflate.c /* 6 */ {8, 16, 128, 128, deflate_slow}, deflate_slow 147 other-licenses/zlib/deflate.c /* 7 */ {8, 32, 128, 256, deflate_slow}, deflate_slow 148 other-licenses/zlib/deflate.c /* 8 */ {32, 128, 258, 1024, deflate_slow}, deflate_slow 149 other-licenses/zlib/deflate.c /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */