Searched refs:zip64 (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/3rdparty/zlib/contrib/minizip/ |
H A D | zip.h | 173 int zip64)); 216 int zip64)); 254 int zip64 303 int zip64
|
H A D | zip.c | 154 int zip64; /* Add ZIP64 extened information in the extra field */ member 975 if(zi->ci.zip64) in Write_LocalFileHeader() 995 if(zi->ci.zip64) in Write_LocalFileHeader() 1002 if(zi->ci.zip64) in Write_LocalFileHeader() 1011 if(zi->ci.zip64) in Write_LocalFileHeader() 1032 if ((err==ZIP_OK) && (zi->ci.zip64)) in Write_LocalFileHeader() 1067 uLong versionMadeBy, uLong flagBase, int zip64) in zipOpenNewFileInZip4_64() argument 1188 zi->ci.zip64 = zip64; in zipOpenNewFileInZip4_64() 1314 password, crcForCrypting, VERSIONMADEBY, 0, zip64); in zipOpenNewFileInZip3_64() 1340 NULL, 0, VERSIONMADEBY, 0, zip64); in zipOpenNewFileInZip2_64() [all …]
|
H A D | MiniZip64_info.txt | 51 …* To be able to use BZip compression method in zip64.c or unzip64.c the BZIP2 lib is needed and HA…
|
/reactos/dll/shellext/zipfldr/ |
H A D | CZipCreator.cpp | 270 int zip64 = 1; // always zip64 in JustDoIt() local 314 zip64); in JustDoIt()
|