Searched refs:number_disk_with_CD (Results 1 – 4 of 4) sorted by relevance
/external/zlib/contrib/minizip/ |
D | unzip.c | 595 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()
|
D | zip.c | 652 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()
|
/external/chromium/third_party/zlib/contrib/minizip/ |
D | zip.c | 556 uLong number_disk_with_CD; /* number the the disk with central dir, used variable 581 if (ziplocal_getShort(&ziinit.z_filefunc, ziinit.filestream,&number_disk_with_CD)!=ZIP_OK) 593 (number_disk_with_CD!=0) ||
|
D | unzip.c | 411 uLong number_disk_with_CD; /* number the the disk with central dir, used variable 451 if (unzlocal_getShort(&us.z_filefunc, us.filestream,&number_disk_with_CD)!=UNZ_OK) 463 (number_disk_with_CD!=0) ||
|