Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c4137 pStat->m_comp_size = MZ_READ_LE32(p + MZ_ZIP_CDH_COMPRESSED_SIZE_OFS); in mz_zip_file_stat_internal()
4162 …if (MZ_MAX(MZ_MAX(pStat->m_comp_size, pStat->m_uncomp_size), pStat->m_local_header_ofs) == MZ_UINT… in mz_zip_file_stat_internal()
4203 if (pStat->m_comp_size == MZ_UINT32_MAX) in mz_zip_file_stat_internal()
4208 pStat->m_comp_size = MZ_READ_LE64(pField_data); in mz_zip_file_stat_internal()
4394 if ((file_stat.m_is_directory) || (!file_stat.m_comp_size)) in mz_zip_reader_extract_to_mem_no_alloc()
4406 …needed_size = (flags & MZ_ZIP_FLAG_COMPRESSED_DATA) ? file_stat.m_comp_size : file_stat.m_uncomp_s… in mz_zip_reader_extract_to_mem_no_alloc()
4419 if ((cur_file_ofs + file_stat.m_comp_size) > pZip->m_archive_size) in mz_zip_reader_extract_to_mem_no_alloc()
4446 read_buf_size = read_buf_avail = file_stat.m_comp_size; in mz_zip_reader_extract_to_mem_no_alloc()
4457 comp_remaining = file_stat.m_comp_size; in mz_zip_reader_extract_to_mem_no_alloc()
4462 read_buf_size = MZ_MIN(file_stat.m_comp_size, (mz_uint64)MZ_ZIP_MAX_IO_BUF_SIZE); in mz_zip_reader_extract_to_mem_no_alloc()
[all …]
/hal_espressif-3.4.0/components/esp_rom/include/esp32/rom/
Dminiz.h361 mz_uint64 m_comp_size; member
/hal_espressif-3.4.0/components/esp_rom/include/esp32c3/rom/
Dminiz.h358 mz_uint64 m_comp_size; member
/hal_espressif-3.4.0/components/esp_rom/include/esp32h2/rom/
Dminiz.h358 mz_uint64 m_comp_size; member
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/
Dminiz.h361 mz_uint64 m_comp_size; member
/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/
Dminiz.h357 mz_uint64 m_comp_size; member
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Dminiz.h949 mz_uint64 m_comp_size; member