Lines Matching defs:strategy
1091 int mem_level, int strategy);
1908 // strategy may be either MZ_DEFAULT_STRATEGY, MZ_FILTERED, MZ_HUFFMAN_ONLY,
1911 int strategy);
2041 int mem_level, int strategy) {
2045 tdefl_create_comp_flags_from_zip_params(level, window_bits, strategy);
4462 int strategy) {
4470 else if (strategy == MZ_FILTERED)
4472 else if (strategy == MZ_HUFFMAN_ONLY)
4474 else if (strategy == MZ_FIXED)
4476 else if (strategy == MZ_RLE)