Searched refs:MZ_VERSION_ERROR (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 129 …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/ |
D | miniz.h | 276 MZ_VERSION_ERROR = -6, enumerator 430 #define Z_VERSION_ERROR MZ_VERSION_ERROR
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 588 …{ MZ_MEM_ERROR, "out of memory" }, { MZ_BUF_ERROR, "buf error" }, { MZ_VERSION_ERROR, "version err… in mz_error()
|