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

  /external/chromium_org/third_party/zlib/contrib/minizip/
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...]
minizip.c 8 Modifications of Unzip for Zip64
11 Modifications for Zip64 support on both zip and unzip
391 int zip64 = 0; local
409 zip64 = isLargeFile(filenameinzip);
444 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 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:__anon16434
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...]
  /external/zlib/src/contrib/minizip/
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...]
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);
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:__anon30845
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 26 Raised when writing a zipfile, the zipfile requires ZIP64 extensions
112 # The "Zip64 end of central directory locator" structure, magic number, and size
117 # The "Zip64 end of central directory" record, magic number, size, and indices
160 Read the ZIP64 end-of-archive records and use that to update endrec
165 # If the seek fails, the file is not large enough to contain a ZIP64
179 # Assume no 'zip64 extensible data'
190 # Update the original endrec using data from the ZIP64 record
230 # Try to read the "Zip64 end of central directory" structure
254 # Try to read the "Zip64 end of central directory" structure
329 def FileHeader(self, zip64=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 26 Raised when writing a zipfile, the zipfile requires ZIP64 extensions
112 # The "Zip64 end of central directory locator" structure, magic number, and size
117 # The "Zip64 end of central directory" record, magic number, size, and indices
160 Read the ZIP64 end-of-archive records and use that to update endrec
165 # If the seek fails, the file is not large enough to contain a ZIP64
179 # Assume no 'zip64 extensible data'
190 # Update the original endrec using data from the ZIP64 record
230 # Try to read the "Zip64 end of central directory" structure
254 # Try to read the "Zip64 end of central directory" structure
329 def FileHeader(self, zip64=None)
    [all...]

Completed in 475 milliseconds