Searched refs:cur_dst_file_ofs (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.c | 3833 mz_uint64 cur_src_file_ofs, cur_dst_file_ofs; in mz_zip_writer_add_from_zip_reader() local 3853 cur_dst_file_ofs = pZip->m_archive_size; in mz_zip_writer_add_from_zip_reader() 3861 if (!mz_zip_writer_write_zeros(pZip, cur_dst_file_ofs, num_alignment_padding_bytes)) in mz_zip_writer_add_from_zip_reader() 3863 cur_dst_file_ofs += num_alignment_padding_bytes; in mz_zip_writer_add_from_zip_reader() 3864 local_dir_header_ofs = cur_dst_file_ofs; in mz_zip_writer_add_from_zip_reader() 3867 …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() 3869 cur_dst_file_ofs += MZ_ZIP_LOCAL_DIR_HEADER_SIZE; in mz_zip_writer_add_from_zip_reader() 3887 if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_dst_file_ofs, pBuf, n) != n) in mz_zip_writer_add_from_zip_reader() 3892 cur_dst_file_ofs += n; in mz_zip_writer_add_from_zip_reader() 3908 if (pZip->m_pWrite(pZip->m_pIO_opaque, cur_dst_file_ofs, pBuf, n) != n) in mz_zip_writer_add_from_zip_reader() [all …]
|