Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c6812 mz_uint64 cur_src_file_ofs, cur_dst_file_ofs; in mz_zip_writer_add_from_zip_reader() local
6870 cur_dst_file_ofs = pZip->m_archive_size; in mz_zip_writer_add_from_zip_reader()
6957 …mz_uint64 approx_new_archive_size = cur_dst_file_ofs + num_alignment_padding_bytes + MZ_ZIP_LOCAL_… in mz_zip_writer_add_from_zip_reader()
6965 if (!mz_zip_writer_write_zeros(pZip, cur_dst_file_ofs, num_alignment_padding_bytes)) in mz_zip_writer_add_from_zip_reader()
6968 cur_dst_file_ofs += num_alignment_padding_bytes; in mz_zip_writer_add_from_zip_reader()
6970 local_dir_header_ofs = cur_dst_file_ofs; in mz_zip_writer_add_from_zip_reader()
6977 …if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_dst_file_ofs, pLocal_header, MZ_ZIP_LOCAL_DIR_HEADER_SI… in mz_zip_writer_add_from_zip_reader()
6980 cur_dst_file_ofs += MZ_ZIP_LOCAL_DIR_HEADER_SIZE; in mz_zip_writer_add_from_zip_reader()
6996 if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_dst_file_ofs, pBuf, n) != n) in mz_zip_writer_add_from_zip_reader()
7001 cur_dst_file_ofs += n; in mz_zip_writer_add_from_zip_reader()
[all …]