Searched refs:m_local_header_ofs (Results 1 – 3 of 3) sorted by relevance
374 mz_uint64 m_local_header_ofs; member
4141 pStat->m_local_header_ofs = MZ_READ_LE32(p + MZ_ZIP_CDH_LOCAL_HEADER_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()4213 if (pStat->m_local_header_ofs == MZ_UINT32_MAX) in mz_zip_file_stat_internal()4218 pStat->m_local_header_ofs = MZ_READ_LE64(pField_data); in mz_zip_file_stat_internal()4411 cur_file_ofs = file_stat.m_local_header_ofs; in mz_zip_reader_extract_to_mem_no_alloc()4622 cur_file_ofs = file_stat.m_local_header_ofs; in mz_zip_reader_extract_to_callback()4856 pState->cur_file_ofs = pState->file_stat.m_local_header_ofs; in mz_zip_reader_extract_iter_new()5227 local_header_ofs = file_stat.m_local_header_ofs; in mz_zip_validate_file()6869 cur_src_file_ofs = src_file_stat.m_local_header_ofs; 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()
959 mz_uint64 m_local_header_ofs; member