Home
last modified time | relevance | path

Searched refs:offset_central_dir (Results 1 - 6 of 6) sorted by relevance

/third_party/zlib/contrib/minizip/
H A Dunzip.c173 ZPOS64_T offset_central_dir; /* offset of start of central directory with member
592 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.offset_central_dir)!=UNZ_OK) in unzOpenInternal()
645 us.offset_central_dir = uL; in unzOpenInternal()
652 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpenInternal()
663 (us.offset_central_dir+us.size_central_dir); in unzOpenInternal()
823 if (unz64local_getLong64(&us.z_filefunc, us.filestream, &us.offset_central_dir) != UNZ_OK) { in unzOpenFile()
882 us.offset_central_dir = uL; in unzOpenFile()
890 if ((central_pos < us.offset_central_dir + us.size_central_dir) && (err == UNZ_OK)) { in unzOpenFile()
899 us.byte_before_the_zipfile = central_pos - (us.offset_central_dir + us.size_central_dir); in unzOpenFile()
1276 s->pos_in_central_dir=s->offset_central_dir; in unzGoToFirstFile()
[all...]
H A Dzip.c735 ZPOS64_T offset_central_dir; /* offset of start of central directory */ in LoadCentralDirectoryRecord() local
838 if (zip64local_getLong64(&pziinit->z_filefunc, pziinit->filestream,&offset_central_dir) != ZIP_OK) in LoadCentralDirectoryRecord()
912 offset_central_dir = 0; in LoadCentralDirectoryRecord()
919 offset_central_dir = uL; in LoadCentralDirectoryRecord()
930 if ((central_pos<offset_central_dir+size_central_dir) && in LoadCentralDirectoryRecord()
952 byte_before_the_zipfile = central_pos - (offset_central_dir+size_central_dir); in LoadCentralDirectoryRecord()
959 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir + byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
989 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir+byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A 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, ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
838 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir+byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
H A Dunzip.c174 ZPOS64_T offset_central_dir; /* offset of start of central directory with member
674 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.offset_central_dir)!=UNZ_OK) in unzOpenInternal()
727 us.offset_central_dir = uL; in unzOpenInternal()
734 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpenInternal()
745 (us.offset_central_dir+us.size_central_dir); in unzOpenInternal()
1181 s->pos_in_central_dir=s->offset_central_dir; in unzGoToFirstFile()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A 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, ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
838 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, offset_central_dir+byte_before_the_zipfile,ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
H A Dunzip.c174 ZPOS64_T offset_central_dir; /* offset of start of central directory with member
674 if (unz64local_getLong64(&us.z_filefunc, us.filestream,&us.offset_central_dir)!=UNZ_OK) in unzOpenInternal()
727 us.offset_central_dir = uL; in unzOpenInternal()
734 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpenInternal()
745 (us.offset_central_dir+us.size_central_dir); in unzOpenInternal()
1181 s->pos_in_central_dir=s->offset_central_dir; in unzGoToFirstFile()

Completed in 16 milliseconds