Searched refs:MZ_ZIP_FLAG_CASE_SENSITIVE (Results 1 – 1 of 1) sorted by relevance
1360 MZ_ZIP_FLAG_CASE_SENSITIVE = 0x0100, enumerator5362 if (flags & MZ_ZIP_FLAG_CASE_SENSITIVE) return 0 == memcmp(pA, pB, len); in mz_zip_reader_string_equal()5421 if (((flags & (MZ_ZIP_FLAG_IGNORE_PATH | MZ_ZIP_FLAG_CASE_SENSITIVE)) == 0) && in mz_zip_reader_locate_file()