Home
last modified time | relevance | path

Searched refs:zip64 (Results 1 – 4 of 4) sorted by relevance

/external/zlib/contrib/minizip/
Dzip.h168 int zip64));
211 int zip64));
249 int zip64
298 int zip64
Dzip.c154 int zip64; /* Add ZIP64 extened information in the extra field */ member
969 if(zi->ci.zip64) in Write_LocalFileHeader()
989 if(zi->ci.zip64) in Write_LocalFileHeader()
996 if(zi->ci.zip64) in Write_LocalFileHeader()
1005 if(zi->ci.zip64) in Write_LocalFileHeader()
1026 if ((err==ZIP_OK) && (zi->ci.zip64)) in Write_LocalFileHeader()
1061 uLong versionMadeBy, uLong flagBase, int zip64) in zipOpenNewFileInZip4_64() argument
1182 zi->ci.zip64 = zip64; in zipOpenNewFileInZip4_64()
1301 const char* password, uLong crcForCrypting, int zip64) in zipOpenNewFileInZip3_64() argument
1308 password, crcForCrypting, VERSIONMADEBY, 0, zip64); in zipOpenNewFileInZip3_64()
[all …]
Dminizip.c404 int zip64 = 0; local
422 zip64 = isLargeFile(filenameinzip);
457 password,crcFile, zip64);
DMiniZip64_info.txt51 …* To be able to use BZip compression method in zip64.c or unzip64.c the BZIP2 lib is needed and HA…