Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c5192 mz_bool has_data_descriptor; in mz_zip_validate_file() local
5240 has_data_descriptor = (local_header_bit_flags & 8) != 0; in mz_zip_validate_file()
5316 if ((has_data_descriptor) && (!local_header_comp_size) && (!local_header_crc32)) in mz_zip_validate_file()