Home
last modified time | relevance | path

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

/third_party/zlib/contrib/minizip/
H A Dunzip.c170 ZPOS64_T central_pos; /* position of the beginning of the central dir*/ member
504 ZPOS64_T central_pos; in unzOpenInternal() local
537 central_pos = unz64local_SearchCentralDir64(&us.z_filefunc,us.filestream); in unzOpenInternal()
538 if (central_pos!=CENTRALDIRINVALID) in unzOpenInternal()
546 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzOpenInternal()
599 central_pos = unz64local_SearchCentralDir(&us.z_filefunc,us.filestream); in unzOpenInternal()
600 if (central_pos==CENTRALDIRINVALID) in unzOpenInternal()
606 central_pos,ZLIB_FILEFUNC_SEEK_SET)!=0) in unzOpenInternal()
652 if ((central_pos<us.offset_central_dir+us.size_central_dir) && in unzOpenInternal()
662 us.byte_before_the_zipfile = central_pos in unzOpenInternal()
739 ZPOS64_T central_pos; unzOpenFile() local
[all...]
H A Dzip.c736 ZPOS64_T central_pos; in LoadCentralDirectoryRecord() local
754 central_pos = zip64local_SearchCentralDir64(&pziinit->z_filefunc,pziinit->filestream); in LoadCentralDirectoryRecord()
755 if(central_pos > 0) in LoadCentralDirectoryRecord()
759 else if(central_pos == 0) in LoadCentralDirectoryRecord()
761 central_pos = zip64local_SearchCentralDir(&pziinit->z_filefunc,pziinit->filestream); in LoadCentralDirectoryRecord()
765 if (central_pos==0) in LoadCentralDirectoryRecord()
772 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
850 if (ZSEEK64(pziinit->z_filefunc, pziinit->filestream, central_pos,ZLIB_FILEFUNC_SEEK_SET) != 0) in LoadCentralDirectoryRecord()
930 if ((central_pos<offset_central_dir+size_central_dir) && in LoadCentralDirectoryRecord()
952 byte_before_the_zipfile = central_pos in LoadCentralDirectoryRecord()
[all...]
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A 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...]
H A 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()
676 if (central_pos==0) 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 in LoadCentralDirectoryRecord()
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A 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...]
H A 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()
676 if (central_pos==0) 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 in LoadCentralDirectoryRecord()
[all...]

Completed in 11 milliseconds