Searched refs:MZ_ERRNO (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/ |
D | miniz.h | 129 enum { MZ_OK = 0, MZ_STREAM_END = 1, MZ_NEED_DICT = 2, MZ_ERRNO = -1, MZ_STREAM_ERROR = -2, MZ_DATA… enumerator 275 #define Z_ERRNO MZ_ERRNO
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | miniz.h | 271 MZ_ERRNO = -1, enumerator 425 #define Z_ERRNO MZ_ERRNO
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 588 …{ MZ_STREAM_END, "stream end" }, { MZ_NEED_DICT, "need dictionary" }, { MZ_ERRNO, "file error" }, … in mz_error()
|