Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dzip.c646 ZPOS64_T offset_central_dir; /* offset of start of central directory */ in LoadCentralDirectoryRecord() local
727 if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream,&offset_central_dir)!=ZIP_OK) in LoadCentralDirectoryRecord()
777 offset_central_dir = 0; in LoadCentralDirectoryRecord()
781 offset_central_dir = uL; in LoadCentralDirectoryRecord()
789 if ((central_pos<offset_central_dir+size_central_dir) && in LoadCentralDirectoryRecord()
809 byte_before_the_zipfile = central_pos - (offset_central_dir+size_central_dir); in LoadCentralDirectoryRecord()
816 …if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir + byte_before_the_zipfile… in LoadCentralDirectoryRecord()
838 …if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir+byte_before_the_zipfile,Z… in LoadCentralDirectoryRecord()
Dunzip.c178 ZPOS64_T offset_central_dir; /* offset of start of central directory with member
678 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.offset_central_dir)!=UNZ_OK) in unzOpenInternal()
731 us.offset_central_dir = uL; in unzOpenInternal()
738 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpenInternal()
749 (us.offset_central_dir+us.size_central_dir); in unzOpenInternal()
1185 s->pos_in_central_dir=s->offset_central_dir; in unzGoToFirstFile()