Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c6808 mz_bool mz_zip_writer_add_from_zip_reader(mz_zip_archive *pZip, mz_zip_archive *pSource_zip, mz_uin… in mz_zip_writer_add_from_zip_reader() argument
6827 …if ((!pZip) || (!pZip->m_pState) || (pZip->m_zip_mode != MZ_ZIP_MODE_WRITING) || (!pSource_zip->m_… in mz_zip_writer_add_from_zip_reader()
6833 if ((pSource_zip->m_pState->m_zip64) && (!pZip->m_pState->m_zip64)) in mz_zip_writer_add_from_zip_reader()
6837 if (NULL == (pSrc_central_header = mz_zip_get_cdh(pSource_zip, src_file_index))) in mz_zip_writer_add_from_zip_reader()
6866 …if (!mz_zip_file_stat_internal(pSource_zip, src_file_index, pSrc_central_header, &src_file_stat, N… in mz_zip_writer_add_from_zip_reader()
6873 …if (pSource_zip->m_pRead(pSource_zip->m_pIO_opaque, cur_src_file_ofs, pLocal_header, MZ_ZIP_LOCAL_… in mz_zip_writer_add_from_zip_reader()
6901 …if (pSource_zip->m_pRead(pSource_zip->m_pIO_opaque, src_file_stat.m_local_header_ofs + MZ_ZIP_LOCA… in mz_zip_writer_add_from_zip_reader()
6989 if (pSource_zip->m_pRead(pSource_zip->m_pIO_opaque, cur_src_file_ofs, pBuf, n) != n) in mz_zip_writer_add_from_zip_reader()
7011 if ((pSource_zip->m_pState->m_zip64) || (found_zip64_ext_data_in_ldir)) in mz_zip_writer_add_from_zip_reader()
7020 …if (pSource_zip->m_pRead(pSource_zip->m_pIO_opaque, cur_src_file_ofs, pBuf, (sizeof(mz_uint32) * 6… in mz_zip_writer_add_from_zip_reader()
[all …]
/hal_espressif-latest/components/esp_rom/include/
Dminiz.h511 mz_bool mz_zip_writer_add_from_zip_reader(mz_zip_archive *pZip, mz_zip_archive *pSource_zip, mz_uin…
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h1306 mz_bool mz_zip_writer_add_from_zip_reader(mz_zip_archive *pZip, mz_zip_archive *pSource_zip, mz_uin…