Home
last modified time | relevance | path

Searched refs:central_pos (Results 1 – 6 of 6) sorted by relevance

/third_party/zlib/contrib/minizip/
Dunzip.c175 ZPOS64_T central_pos; /* position of the beginning of the central dir*/ member
590 ZPOS64_T central_pos; in unzOpenInternal() local
623 central_pos = unz64local_SearchCentralDir64(&us.z_filefunc,us.filestream); in unzOpenInternal()
624 if (central_pos) in unzOpenInternal()
632 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzOpenInternal()
685 central_pos = unz64local_SearchCentralDir(&us.z_filefunc,us.filestream); in unzOpenInternal()
686 if (central_pos==0) in unzOpenInternal()
692 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzOpenInternal()
738 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpenInternal()
748 us.byte_before_the_zipfile = central_pos - in unzOpenInternal()
[all …]
Dzip.c647 ZPOS64_T central_pos; in LoadCentralDirectoryRecord() local
665 central_pos = zip64local_SearchCentralDir64(&pziinit->z_filefunc,pziinit->filestream); in LoadCentralDirectoryRecord()
666 if(central_pos > 0) in LoadCentralDirectoryRecord()
670 else if(central_pos == 0) in LoadCentralDirectoryRecord()
672 central_pos = zip64local_SearchCentralDir(&pziinit->z_filefunc,pziinit->filestream); in LoadCentralDirectoryRecord()
683 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
737 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) 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()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.c171 ZPOS64_T central_pos; /* position of the beginning of the central dir*/ member
586 ZPOS64_T central_pos; in unzOpenInternal() local
619 central_pos = unz64local_SearchCentralDir64(&us.z_filefunc,us.filestream); in unzOpenInternal()
620 if (central_pos) in unzOpenInternal()
628 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzOpenInternal()
681 central_pos = unz64local_SearchCentralDir(&us.z_filefunc,us.filestream); in unzOpenInternal()
682 if (central_pos==0) in unzOpenInternal()
688 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzOpenInternal()
734 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpenInternal()
744 us.byte_before_the_zipfile = central_pos - in unzOpenInternal()
[all …]
Dzip.c647 ZPOS64_T central_pos; in LoadCentralDirectoryRecord() local
665 central_pos = zip64local_SearchCentralDir64(&pziinit->z_filefunc,pziinit->filestream); in LoadCentralDirectoryRecord()
666 if(central_pos > 0) in LoadCentralDirectoryRecord()
670 else if(central_pos == 0) in LoadCentralDirectoryRecord()
672 central_pos = zip64local_SearchCentralDir(&pziinit->z_filefunc,pziinit->filestream); in LoadCentralDirectoryRecord()
683 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
737 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) 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()
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.c171 ZPOS64_T central_pos; /* position of the beginning of the central dir*/ member
586 ZPOS64_T central_pos; in unzOpenInternal() local
619 central_pos = unz64local_SearchCentralDir64(&us.z_filefunc,us.filestream); in unzOpenInternal()
620 if (central_pos) in unzOpenInternal()
628 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzOpenInternal()
681 central_pos = unz64local_SearchCentralDir(&us.z_filefunc,us.filestream); in unzOpenInternal()
682 if (central_pos==0) in unzOpenInternal()
688 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzOpenInternal()
734 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpenInternal()
744 us.byte_before_the_zipfile = central_pos - in unzOpenInternal()
[all …]
Dzip.c647 ZPOS64_T central_pos; in LoadCentralDirectoryRecord() local
665 central_pos = zip64local_SearchCentralDir64(&pziinit->z_filefunc,pziinit->filestream); in LoadCentralDirectoryRecord()
666 if(central_pos > 0) in LoadCentralDirectoryRecord()
670 else if(central_pos == 0) in LoadCentralDirectoryRecord()
672 central_pos = zip64local_SearchCentralDir(&pziinit->z_filefunc,pziinit->filestream); in LoadCentralDirectoryRecord()
683 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
737 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) 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()