Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/
Dminiz.h129 …ROR = -2, MZ_DATA_ERROR = -3, MZ_MEM_ERROR = -4, MZ_BUF_ERROR = -5, MZ_VERSION_ERROR = -6, MZ_PARA… enumerator
280 #define Z_VERSION_ERROR MZ_VERSION_ERROR
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h276 MZ_VERSION_ERROR = -6, enumerator
430 #define Z_VERSION_ERROR MZ_VERSION_ERROR
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c588 …{ MZ_MEM_ERROR, "out of memory" }, { MZ_BUF_ERROR, "buf error" }, { MZ_VERSION_ERROR, "version err… in mz_error()