Searched refs:pLocal_header_ofs (Results 1 – 1 of 1) sorted by relevance
5927 …_data(mz_uint8 *pBuf, mz_uint64 *pUncomp_size, mz_uint64 *pComp_size, mz_uint64 *pLocal_header_ofs) in mz_zip_writer_create_zip64_extra_data() argument5950 if (pLocal_header_ofs) in mz_zip_writer_create_zip64_extra_data()5952 MZ_WRITE_LE64(pDst, *pLocal_header_ofs); in mz_zip_writer_create_zip64_extra_data()6728 …ext_len, mz_uint64 *pComp_size, mz_uint64 *pUncomp_size, mz_uint64 *pLocal_header_ofs, mz_uint32 *… in mz_zip_writer_update_zip64_extension_block() argument6736 if ((pUncomp_size) || (pComp_size) || (pLocal_header_ofs) || (pDisk_start)) in mz_zip_writer_update_zip64_extension_block()6756 if (pLocal_header_ofs) in mz_zip_writer_update_zip64_extension_block()6758 mz_write_le64(pDst, *pLocal_header_ofs); in mz_zip_writer_update_zip64_extension_block()