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