Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dunzip.c595 uLong number_disk_with_CD; /* number the the disk with central dir, used in unzOpenInternal() local
656 if (unz64local_getLong(&us.z_filefunc, us.filestream,&number_disk_with_CD)!=UNZ_OK) in unzOpenInternal()
668 (number_disk_with_CD!=0) || in unzOpenInternal()
704 if (unz64local_getShort(&us.z_filefunc, us.filestream,&number_disk_with_CD)!=UNZ_OK) in unzOpenInternal()
718 (number_disk_with_CD!=0) || in unzOpenInternal()
Dzip.c652 uLong number_disk_with_CD; /* number the the disk with central dir, used in LoadCentralDirectoryRecord() local
707 if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&number_disk_with_CD)!=ZIP_OK) in LoadCentralDirectoryRecord()
718 if ((number_entry_CD!=number_entry) || (number_disk_with_CD!=0) || (number_disk!=0)) in LoadCentralDirectoryRecord()
749 if (zip64local_getShort(&pziinit->z_filefunc, pziinit->filestream,&number_disk_with_CD)!=ZIP_OK) in LoadCentralDirectoryRecord()
766 if ((number_entry_CD!=number_entry) || (number_disk_with_CD!=0) || (number_disk!=0)) in LoadCentralDirectoryRecord()