Lines Matching refs:zip64
158 int zip64; /* Add ZIP64 extened information in the extra field */
614 /* number of the disk with the start of the zip64 end of central directory */
620 /* relative offset of the zip64 end of central directory record */
694 /* size of zip64 end of central directory record */
973 if(zi->ci.zip64)
993 if(zi->ci.zip64)
1000 if(zi->ci.zip64)
1009 if(zi->ci.zip64)
1030 if ((err==ZIP_OK) && (zi->ci.zip64))
1065 uLong versionMadeBy, uLong flagBase, int zip64)
1186 zi->ci.zip64 = zip64;
1305 const char* password, uLong crcForCrypting, int zip64)
1312 password, crcForCrypting, VERSIONMADEBY, 0, zip64);
1331 const char* comment, int method, int level, int raw, int zip64)
1338 NULL, 0, VERSIONMADEBY, 0, zip64);
1344 const char* comment, int method, int level, int zip64)
1351 NULL, 0, VERSIONMADEBY, 0, zip64);
1733 err = ZIP_BADZIPFILE; // Caller passed zip64 = 0, so no room for zip64 info -> fatal
1789 if (err==ZIP_OK) /* size of this 'zip64 end of central directory' */