Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c5190 mz_uint64 local_header_comp_size, local_header_uncomp_size; in mz_zip_validate_file() local
5237 local_header_uncomp_size = MZ_READ_LE32(pLocal_header + MZ_ZIP_LDH_DECOMPRESSED_SIZE_OFS); in mz_zip_validate_file()
5267 …er_extra_len) && ((local_header_comp_size == MZ_UINT32_MAX) || (local_header_uncomp_size == MZ_UIN… in mz_zip_validate_file()
5302 local_header_uncomp_size = MZ_READ_LE64(pSrc_field_data); in mz_zip_validate_file()
5356 …crc32) || (local_header_comp_size != file_stat.m_comp_size) || (local_header_uncomp_size != file_s… in mz_zip_validate_file()
6823 mz_uint64 local_header_comp_size, local_header_uncomp_size; in mz_zip_writer_add_from_zip_reader() local
6885 local_header_uncomp_size = MZ_READ_LE32(pLocal_header + MZ_ZIP_LDH_DECOMPRESSED_SIZE_OFS); in mz_zip_writer_add_from_zip_reader()
6889 …er_extra_len) && ((local_header_comp_size == MZ_UINT32_MAX) || (local_header_uncomp_size == MZ_UIN… in mz_zip_writer_add_from_zip_reader()
6939 local_header_uncomp_size = MZ_READ_LE64(pSrc_field_data); in mz_zip_writer_add_from_zip_reader()