HomeSort by relevance Sort by last modified time
    Searched full:zip64 (Results 1 - 18 of 18) sorted by null

  /external/zlib/src/contrib/minizip/
MiniZip64_info.txt 7 When adding ZIP64 support into minizip it would result into risk of breaking compatibility with minizip 1.0.
13 When adding ZIP64 support Mathias Svensson found that Even Rouault have added ZIP64
16 That was used as a starting point. And after that ZIP64 support was added to zip.c
22 * Added ZIP64 support for unzip ( by Even Rouault )
23 * Added ZIP64 support for zip ( by Mathias Svensson )
34 Even Rouault - ZIP64 unzip Support
36 Mathias Svensson - ZIP64 zip support
51 * To be able to use BZip compression method in zip64.c or unzip64.c the BZIP2 lib is needed and HAVE_BZIP2 need to be defined.
iowin32.h 7 Modifications for Zip64 support
zip.h 7 Modifications for Zip64 support
168 int zip64));
181 zip64 is set to 1 if a zip64 extended information block should be added to the local file header.
211 int zip64));
249 int zip64
298 int zip64
346 It is needed to remove ZIP64 extra information blocks when before data is written if using RAW mode.
348 0x0001 is the signature header for the ZIP64 extra information blocks
351 Remove ZIP64 Extra information from a central director extra field dat
    [all...]
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 automaticly added to items that needs it, and existing ZIP64 data need to be removed.
154 int zip64; /* Add ZIP64 extened information in the extra field */ member in struct:__anon18667
297 { /* data overflow - hack for ZIP64 (X Roche) */
321 { /* data overflow - hack for ZIP64 */
537 Locate the End of Zip64 Central directory locator and from there find the CD of a zipfile (at the end, just befor
    [all...]
ioapi.h 6 Modifications for Zip64 support
94 /* Maximum unsigned 32-bit value used as placeholder for zip64 */
minizip.c 8 Modifications of Unzip for Zip64
11 Modifications for Zip64 support on both zip and unzip
404 int zip64 = 0; local
422 zip64 = isLargeFile(filenameinzip);
457 password,crcFile, zip64);
ioapi.c 6 Modifications for Zip64 support
unzip.c 7 Modifications of Unzip for Zip64
10 Modifications for Zip64 support on both zip and unzip
47 2007-2008 - Even Rouault - Add unzip support for ZIP64
54 should only read the compressed/uncompressed size from the Zip64 format if
537 /* Zip64 end of central directory locator */
545 /* number of the disk with the start of the zip64 end of central directory */
551 /* relative offset of the zip64 end of central directory record */
639 /* size of zip64 end of central directory record */
    [all...]
miniunz.c 8 Modifications of Unzip for Zip64
11 Modifications for Zip64 support on both zip and unzip
unzip.h 7 Modifications of Unzip for Zip64
10 Modifications for Zip64 support on both zip and unzip
iowin32.c 7 Modifications for Zip64 support
  /external/zlib/src/contrib/
README.contrib 60 Includes Zip64 support by Mathias Svensson <mathias@result42.com>
  /build/tools/zipalign/
ZipFile.h 247 * with files >2GB awkward. Until we support Zip64, we're fine.
ZipEntry.cpp 100 * with something we don't support, or use Zip64 extensions. We
  /frameworks/base/tools/aapt/
ZipFile.h 247 * with files >2GB awkward. Until we support Zip64, we're fine.
ZipEntry.cpp 100 * with something we don't support, or use Zip64 extensions. We
  /libcore/luni/src/main/java/java/util/zip/
ZipOutputStream.java 294 // TODO: support Zip64.
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipFileTest.java 162 fail(); // Make this test more like testHugeZipFile when we have Zip64 support.

Completed in 1241 milliseconds