Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c4235 static MZ_FORCEINLINE mz_bool mz_zip_string_equal(const char *pA, const char *pB, mz_uint len, mz_u… in mz_zip_string_equal() argument
4239 return 0 == memcmp(pA, pB, len); in mz_zip_string_equal()
4241 if (MZ_TOLOWER(pA[i]) != MZ_TOLOWER(pB[i])) in mz_zip_string_equal()