Home
last modified time | relevance | path

Searched refs:MZ_TOLOWER (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c3102 #define MZ_TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) - 'A' + 'a') : (c)) macro
3424 if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) in mz_zip_reader_filename_less()
4241 if (MZ_TOLOWER(pA[i]) != MZ_TOLOWER(pB[i])) in mz_zip_string_equal()
4255 if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) in mz_zip_filename_compare()