Searched refs:MZ_ZIP_FLAG_CASE_SENSITIVE (Results 1 – 2 of 2) sorted by relevance
382 MZ_ZIP_FLAG_CASE_SENSITIVE = 0x0100, enumerator
2691 if (flags & MZ_ZIP_FLAG_CASE_SENSITIVE) in mz_zip_reader_string_equal()2742 …if (((flags & (MZ_ZIP_FLAG_IGNORE_PATH | MZ_ZIP_FLAG_CASE_SENSITIVE)) == 0) && (!pComment) && (pZi… in mz_zip_reader_locate_file()