Searched refs:MZ_FILTERED (Results 1 – 2 of 2) sorted by relevance
69 enum { MZ_DEFAULT_STRATEGY = 0, MZ_FILTERED = 1, MZ_HUFFMAN_ONLY = 2, MZ_RLE = 3, MZ_FIXED = 4 }; enumerator249 #define Z_FILTERED MZ_FILTERED
2024 else if (strategy == MZ_FILTERED) comp_flags |= TDEFL_FILTER_MATCHES; in tdefl_create_comp_flags_from_zip_params()