m_local_header_ofs 4334 src/punutil/miniz.c pStat->m_local_header_ofs = MZ_READ_LE32(p + MZ_ZIP_CDH_LOCAL_HEADER_OFS); m_local_header_ofs 4355 src/punutil/miniz.c if (MZ_MAX(MZ_MAX(pStat->m_comp_size, pStat->m_uncomp_size), pStat->m_local_header_ofs) == MZ_UINT32_MAX) m_local_header_ofs 4406 src/punutil/miniz.c if (pStat->m_local_header_ofs == MZ_UINT32_MAX) m_local_header_ofs 4411 src/punutil/miniz.c pStat->m_local_header_ofs = MZ_READ_LE64(pField_data); m_local_header_ofs 4608 src/punutil/miniz.c cur_file_ofs = file_stat.m_local_header_ofs; m_local_header_ofs 4820 src/punutil/miniz.c cur_file_ofs = file_stat.m_local_header_ofs; m_local_header_ofs 5054 src/punutil/miniz.c pState->cur_file_ofs = pState->file_stat.m_local_header_ofs; m_local_header_ofs 5425 src/punutil/miniz.c local_header_ofs = file_stat.m_local_header_ofs; m_local_header_ofs 7131 src/punutil/miniz.c cur_src_file_ofs = src_file_stat.m_local_header_ofs; m_local_header_ofs 7163 src/punutil/miniz.c if (pSource_zip->m_pRead(pSource_zip->m_pIO_opaque, src_file_stat.m_local_header_ofs + MZ_ZIP_LOCAL_DIR_HEADER_SIZE + local_header_filename_size, file_data_array.m_p, local_header_extra_len) != local_header_extra_len) m_local_header_ofs 1105 src/punutil/miniz.h mz_uint64 m_local_header_ofs;