Lines Matching defs:zip64
150 int zip64; /* Add ZIP64 extended information in the extra field */
683 /* number of the disk with the start of the zip64 end of central directory */
693 /* relative offset of the zip64 end of central directory record */
783 /* size of zip64 end of central directory record */
1134 if(zi->ci.zip64)
1166 if(zi->ci.zip64)
1177 if(zi->ci.zip64)
1192 if(zi->ci.zip64)
1219 if ((err == ZIP_OK) && (zi->ci.zip64))
1254 uLong versionMadeBy, uLong flagBase, int zip64) {
1438 zi->ci.zip64 = zip64;
1565 const char* password, uLong crcForCrypting, int zip64)
1572 password, crcForCrypting, VERSIONMADEBY, 0, zip64);
1591 const char* comment, int method, int level, int raw, int zip64)
1598 NULL, 0, VERSIONMADEBY, 0, zip64);
1604 const char* comment, int method, int level, int zip64)
1611 NULL, 0, VERSIONMADEBY, 0, zip64);
2050 err = ZIP_BADZIPFILE; // Caller passed zip64 = 0, so no room for zip64 info -> fatal
2120 if (err == ZIP_OK) /* size of this 'zip64 end of central directory' */