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

  /src/common/dist/zlib/contrib/minizip/
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 14 milliseconds