HomeSort by: relevance | last modified time | path
    Searched refs:zip64 (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
zip.h 7 Modifications for Zip64 support
173 int zip64);
186 zip64 is set to 1 if a zip64 extended information block should be added to the local file header.
216 int zip64);
254 int zip64);
301 int zip64);
348 It is needed to remove ZIP64 extra information blocks when before data is written if using RAW mode.
350 0x0001 is the signature header for the ZIP64 extra information blocks
353 Remove ZIP64 Extra information from a central director extra field dat
    [all...]
minizip.c 8 Modifications of Unzip for Zip64
11 Modifications for Zip64 support on both zip and unzip
393 int zip64 = 0; local in function:main
411 zip64 = isLargeFile(filenameinzip);
446 password,crcFile, zip64);
zip.c 7 Modifications for Zip64 support
14 Oct-2009 - Mathias Svensson - Added Zip64 Support when creating new file archives
16 Oct-2009 - Mathias Svensson - Added zipRemoveExtraInfoBlock to strip extra field data from its ZIP64 data
18 ZIP64 data is automatically added to items that needs it, and existing ZIP64 data need to be removed.
150 int zip64; /* Add ZIP64 extended information in the extra field */ member in struct:__anonda15a5bb0108
286 { /* data overflow - hack for ZIP64 (X Roche) */
308 { /* data overflow - hack for ZIP64 */
508 Locate the End of Zip64 Central directory locator and from there find the CD of a zipfile (at the end, just befor
    [all...]

Completed in 13 milliseconds