Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dminiz.h1004MZ_ZIP_FLAG_WRITE_ZIP64 = 0x4000, /* always use the zip64 file format, instead of th… enumerator
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c5634 mz_bool zip64 = (flags & MZ_ZIP_FLAG_WRITE_ZIP64) != 0; in mz_zip_writer_init_v2()
5816 if (flags & MZ_ZIP_FLAG_WRITE_ZIP64) in mz_zip_writer_init_from_reader_v2()