Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/
Dminiz.h129 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/
Dminiz.h271 MZ_ERRNO = -1, enumerator
425 #define Z_ERRNO MZ_ERRNO
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c588 …{ MZ_STREAM_END, "stream end" }, { MZ_NEED_DICT, "need dictionary" }, { MZ_ERRNO, "file error" }, … in mz_error()