Searched refs:MZ_ZIP_FLAG_CASE_SENSITIVE (Results 1 – 3 of 3) sorted by relevance
415 MZ_ZIP_FLAG_CASE_SENSITIVE = 0x0100, enumerator
998 MZ_ZIP_FLAG_CASE_SENSITIVE = 0x0100, enumerator
4238 if (flags & MZ_ZIP_FLAG_CASE_SENSITIVE) in mz_zip_string_equal()4326 …((flags & (MZ_ZIP_FLAG_IGNORE_PATH | MZ_ZIP_FLAG_CASE_SENSITIVE)) == 0) && (!pComment) && (pZip->m… in mz_zip_reader_locate_file_v2()