Lines Matching refs:zip64
154 int zip64; /* Add ZIP64 extened information in the extra field */
610 /* number of the disk with the start of the zip64 end of central directory */
616 /* relative offset of the zip64 end of central directory record */
690 /* size of zip64 end of central directory record */
969 if(zi->ci.zip64)
989 if(zi->ci.zip64)
996 if(zi->ci.zip64)
1005 if(zi->ci.zip64)
1026 if ((err==ZIP_OK) && (zi->ci.zip64))
1061 uLong versionMadeBy, uLong flagBase, int zip64)
1182 zi->ci.zip64 = zip64;
1301 const char* password, uLong crcForCrypting, int zip64)
1308 password, crcForCrypting, VERSIONMADEBY, 0, zip64);
1327 const char* comment, int method, int level, int raw, int zip64)
1334 NULL, 0, VERSIONMADEBY, 0, zip64);
1340 const char* comment, int method, int level, int zip64)
1347 NULL, 0, VERSIONMADEBY, 0, zip64);
1729 err = ZIP_BADZIPFILE; // Caller passed zip64 = 0, so no room for zip64 info -> fatal
1785 if (err==ZIP_OK) /* size of this 'zip64 end of central directory' */