HomeSort by: relevance | last modified time | path
    Searched defs:zip64 (Results 1 - 11 of 11) 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
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:__anon42
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...]
  /src/external/gpl3/binutils/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
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:__anon10972
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...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
minizip.c 8 Modifications of Unzip for Zip64
11 Modifications for Zip64 support on both zip and unzip
405 int zip64 = 0; local
423 zip64 = isLargeFile(filenameinzip);
458 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.
154 int zip64; /* Add ZIP64 extened information in the extra field */ member in struct:__anon12419
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...]
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
minizip.c 8 Modifications of Unzip for Zip64
11 Modifications for Zip64 support on both zip and unzip
405 int zip64 = 0; local
423 zip64 = isLargeFile(filenameinzip);
458 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.
154 int zip64; /* Add ZIP64 extened information in the extra field */ member in struct:__anon19983
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...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
minizip.c 8 Modifications of Unzip for Zip64
11 Modifications for Zip64 support on both zip and unzip
405 int zip64 = 0; local
423 zip64 = isLargeFile(filenameinzip);
458 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.
154 int zip64; /* Add ZIP64 extened information in the extra field */ member in struct:__anon22722
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...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_zip.c 535 } else if (strcmp(key, "zip64") == 0) {
537 * Bias decisions about Zip64: force them to be
813 /* If we're not using Zip64, reject large files. */
819 "Files > 4GB require Zip64 extensions");
825 "Archives > 4GB require Zip64 extensions");
1035 * Set Zip64 extension in any of the following cases
1038 * = Zip64 is being forced by user
1064 /* We might use zip64 extensions, so require 4.5 */
1258 * Note about Zip64 Extended Information Extra Field:
1262 * prevents us from putting size information into a Zip64
2093 unsigned char zip64[32]; local
    [all...]

Completed in 47 milliseconds