ZPOS64_T 29 third_party/zlib/contrib/minizip/ioapi.c long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) ZPOS64_T 43 third_party/zlib/contrib/minizip/ioapi.c ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream) ZPOS64_T 51 third_party/zlib/contrib/minizip/ioapi.c return (ZPOS64_T)-1; ZPOS64_T 78 third_party/zlib/contrib/minizip/ioapi.c static ZPOS64_T ZCALLBACK ftell64_file_func OF((voidpf opaque, voidpf stream)); ZPOS64_T 79 third_party/zlib/contrib/minizip/ioapi.c static long ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); ZPOS64_T 142 third_party/zlib/contrib/minizip/ioapi.c static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) ZPOS64_T 144 third_party/zlib/contrib/minizip/ioapi.c ZPOS64_T ret; ZPOS64_T 172 third_party/zlib/contrib/minizip/ioapi.c static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) ZPOS64_T 150 third_party/zlib/contrib/minizip/ioapi.h typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream)); ZPOS64_T 151 third_party/zlib/contrib/minizip/ioapi.h typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); ZPOS64_T 187 third_party/zlib/contrib/minizip/ioapi.h long call_zseek64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin)); ZPOS64_T 188 third_party/zlib/contrib/minizip/ioapi.h ZPOS64_T call_ztell64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream)); ZPOS64_T 31 third_party/zlib/contrib/minizip/iowin32.c ZPOS64_T ZCALLBACK win32_tell64_file_func OF((voidpf opaque, voidpf stream)); ZPOS64_T 32 third_party/zlib/contrib/minizip/iowin32.c long ZCALLBACK win32_seek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)); ZPOS64_T 212 third_party/zlib/contrib/minizip/iowin32.c ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) ZPOS64_T 214 third_party/zlib/contrib/minizip/iowin32.c ZPOS64_T ret= (ZPOS64_T)-1; ZPOS64_T 228 third_party/zlib/contrib/minizip/iowin32.c ret = (ZPOS64_T)-1; ZPOS64_T 274 third_party/zlib/contrib/minizip/iowin32.c long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) ZPOS64_T 193 third_party/zlib/contrib/minizip/miniunz.c void Display64BitsSize(ZPOS64_T n, int size_char) ZPOS64_T 213 third_party/zlib/contrib/minizip/minizip.c ZPOS64_T pos = 0; ZPOS64_T 128 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */ ZPOS64_T 143 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T pos_in_zipfile; /* position in byte on the zipfile, for fseek*/ ZPOS64_T 146 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T offset_local_extrafield;/* offset of the local extra field */ ZPOS64_T 148 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T pos_local_extrafield; /* position in the local extra field in read*/ ZPOS64_T 149 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T total_out_64; ZPOS64_T 153 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T rest_read_compressed; /* number of byte to be decompressed */ ZPOS64_T 154 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T rest_read_uncompressed;/*number of byte to be obtained after decomp*/ ZPOS64_T 158 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ ZPOS64_T 171 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ ZPOS64_T 172 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T num_file; /* number of the current file in the zipfile*/ ZPOS64_T 173 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T pos_in_central_dir; /* pos of the current file in the central dir*/ ZPOS64_T 174 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T current_file_ok; /* flag about the usability of the current file*/ ZPOS64_T 175 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T central_pos; /* position of the beginning of the central dir*/ ZPOS64_T 177 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T size_central_dir; /* size of the central directory */ ZPOS64_T 178 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T offset_central_dir; /* offset of start of central directory with ZPOS64_T 299 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T *pX)); ZPOS64_T 304 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T *pX) ZPOS64_T 306 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T x ; ZPOS64_T 311 third_party/zlib/contrib/minizip/unzip.c x = (ZPOS64_T)i; ZPOS64_T 315 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<8; ZPOS64_T 319 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<16; ZPOS64_T 323 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<24; ZPOS64_T 327 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<32; ZPOS64_T 331 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<40; ZPOS64_T 335 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<48; ZPOS64_T 339 third_party/zlib/contrib/minizip/unzip.c x |= ((ZPOS64_T)i)<<56; ZPOS64_T 412 third_party/zlib/contrib/minizip/unzip.c local ZPOS64_T unz64local_SearchCentralDir OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream)); ZPOS64_T 413 third_party/zlib/contrib/minizip/unzip.c local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream) ZPOS64_T 416 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uSizeFile; ZPOS64_T 417 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uBackRead; ZPOS64_T 418 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ ZPOS64_T 419 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uPosFound=0; ZPOS64_T 438 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uReadPos ; ZPOS64_T 474 third_party/zlib/contrib/minizip/unzip.c local ZPOS64_T unz64local_SearchCentralDir64 OF(( ZPOS64_T 478 third_party/zlib/contrib/minizip/unzip.c local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib_filefunc_def, ZPOS64_T 482 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uSizeFile; ZPOS64_T 483 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uBackRead; ZPOS64_T 484 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ ZPOS64_T 485 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uPosFound=0; ZPOS64_T 487 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T relativeOffset; ZPOS64_T 506 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uReadPos; ZPOS64_T 590 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T central_pos; ZPOS64_T 597 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T number_entry_CD; /* total number of entries in ZPOS64_T 627 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uL64; ZPOS64_T 852 third_party/zlib/contrib/minizip/unzip.c local void unz64local_DosDateToTmuDate (ZPOS64_T ulDosDate, tm_unz* ptm) ZPOS64_T 854 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uDate; ZPOS64_T 855 third_party/zlib/contrib/minizip/unzip.c uDate = (ZPOS64_T)(ulDosDate>>16); ZPOS64_T 988 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uSizeRead ; ZPOS64_T 1043 third_party/zlib/contrib/minizip/unzip.c if(file_info.uncompressed_size == (ZPOS64_T)(unsigned long)-1) ZPOS64_T 1049 third_party/zlib/contrib/minizip/unzip.c if(file_info.compressed_size == (ZPOS64_T)(unsigned long)-1) ZPOS64_T 1055 third_party/zlib/contrib/minizip/unzip.c if(file_info_internal.offset_curfile == (ZPOS64_T)(unsigned long)-1) ZPOS64_T 1242 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T num_fileSaved; ZPOS64_T 1243 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T pos_in_central_dirSaved; ZPOS64_T 1386 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T * poffset_local_extrafield, ZPOS64_T 1479 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T offset_local_extrafield; /* offset of the local extra field */ ZPOS64_T 1658 third_party/zlib/contrib/minizip/unzip.c extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64( unzFile file) ZPOS64_T 1840 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uTotalOutBefore,uTotalOutAfter; ZPOS64_T 1842 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T uOutThis; ZPOS64_T 1904 third_party/zlib/contrib/minizip/unzip.c extern ZPOS64_T ZEXPORT unztell64 (unzFile file) ZPOS64_T 1910 third_party/zlib/contrib/minizip/unzip.c return (ZPOS64_T)-1; ZPOS64_T 1915 third_party/zlib/contrib/minizip/unzip.c return (ZPOS64_T)-1; ZPOS64_T 1961 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T size_to_read; ZPOS64_T 2079 third_party/zlib/contrib/minizip/unzip.c extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) ZPOS64_T 2096 third_party/zlib/contrib/minizip/unzip.c ZPOS64_T offset64; ZPOS64_T 2104 third_party/zlib/contrib/minizip/unzip.c extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) ZPOS64_T 98 third_party/zlib/contrib/minizip/unzip.h ZPOS64_T number_entry; /* total number of entries in ZPOS64_T 119 third_party/zlib/contrib/minizip/unzip.h ZPOS64_T compressed_size; /* compressed size 8 bytes */ ZPOS64_T 120 third_party/zlib/contrib/minizip/unzip.h ZPOS64_T uncompressed_size; /* uncompressed size 8 bytes */ ZPOS64_T 274 third_party/zlib/contrib/minizip/unzip.h ZPOS64_T pos_in_zip_directory; /* offset in zip file directory */ ZPOS64_T 275 third_party/zlib/contrib/minizip/unzip.h ZPOS64_T num_of_file; /* # of file */ ZPOS64_T 321 third_party/zlib/contrib/minizip/unzip.h extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64 OF((unzFile file)); ZPOS64_T 395 third_party/zlib/contrib/minizip/unzip.h extern ZPOS64_T ZEXPORT unztell64 OF((unzFile file)); ZPOS64_T 424 third_party/zlib/contrib/minizip/unzip.h extern ZPOS64_T ZEXPORT unzGetOffset64 (unzFile file); ZPOS64_T 428 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzSetOffset64 (unzFile file, ZPOS64_T pos); ZPOS64_T 77 third_party/zlib/contrib/minizip/zip.c #define MAKEULONG64(a, b) ((ZPOS64_T)(((unsigned long)(a)) | ((ZPOS64_T)((unsigned long)(b))) << 32)) ZPOS64_T 140 third_party/zlib/contrib/minizip/zip.c ZPOS64_T pos_local_header; /* offset of the local header of the file ZPOS64_T 155 third_party/zlib/contrib/minizip/zip.c ZPOS64_T pos_zip64extrainfo; ZPOS64_T 156 third_party/zlib/contrib/minizip/zip.c ZPOS64_T totalCompressedData; ZPOS64_T 157 third_party/zlib/contrib/minizip/zip.c ZPOS64_T totalUncompressedData; ZPOS64_T 173 third_party/zlib/contrib/minizip/zip.c ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ ZPOS64_T 174 third_party/zlib/contrib/minizip/zip.c ZPOS64_T add_position_when_writting_offset; ZPOS64_T 175 third_party/zlib/contrib/minizip/zip.c ZPOS64_T number_entry; ZPOS64_T 286 third_party/zlib/contrib/minizip/zip.c local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte)); ZPOS64_T 287 third_party/zlib/contrib/minizip/zip.c local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte) ZPOS64_T 310 third_party/zlib/contrib/minizip/zip.c local void zip64local_putValue_inmemory OF((void* dest, ZPOS64_T x, int nbByte)); ZPOS64_T 311 third_party/zlib/contrib/minizip/zip.c local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) ZPOS64_T 423 third_party/zlib/contrib/minizip/zip.c local int zip64local_getLong64 OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX)); ZPOS64_T 426 third_party/zlib/contrib/minizip/zip.c local int zip64local_getLong64 (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX) ZPOS64_T 428 third_party/zlib/contrib/minizip/zip.c ZPOS64_T x; ZPOS64_T 433 third_party/zlib/contrib/minizip/zip.c x = (ZPOS64_T)i; ZPOS64_T 437 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<8; ZPOS64_T 441 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<16; ZPOS64_T 445 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<24; ZPOS64_T 449 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<32; ZPOS64_T 453 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<40; ZPOS64_T 457 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<48; ZPOS64_T 461 third_party/zlib/contrib/minizip/zip.c x += ((ZPOS64_T)i)<<56; ZPOS64_T 478 third_party/zlib/contrib/minizip/zip.c local ZPOS64_T zip64local_SearchCentralDir OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream)); ZPOS64_T 480 third_party/zlib/contrib/minizip/zip.c local ZPOS64_T zip64local_SearchCentralDir(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream) ZPOS64_T 483 third_party/zlib/contrib/minizip/zip.c ZPOS64_T uSizeFile; ZPOS64_T 484 third_party/zlib/contrib/minizip/zip.c ZPOS64_T uBackRead; ZPOS64_T 485 third_party/zlib/contrib/minizip/zip.c ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ ZPOS64_T 486 third_party/zlib/contrib/minizip/zip.c ZPOS64_T uPosFound=0; ZPOS64_T 505 third_party/zlib/contrib/minizip/zip.c ZPOS64_T uReadPos ; ZPOS64_T 540 third_party/zlib/contrib/minizip/zip.c local ZPOS64_T zip64local_SearchCentralDir64 OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream)); ZPOS64_T 542 third_party/zlib/contrib/minizip/zip.c local ZPOS64_T zip64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream) ZPOS64_T 545 third_party/zlib/contrib/minizip/zip.c ZPOS64_T uSizeFile; ZPOS64_T 546 third_party/zlib/contrib/minizip/zip.c ZPOS64_T uBackRead; ZPOS64_T 547 third_party/zlib/contrib/minizip/zip.c ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ ZPOS64_T 548 third_party/zlib/contrib/minizip/zip.c ZPOS64_T uPosFound=0; ZPOS64_T 550 third_party/zlib/contrib/minizip/zip.c ZPOS64_T relativeOffset; ZPOS64_T 568 third_party/zlib/contrib/minizip/zip.c ZPOS64_T uReadPos; ZPOS64_T 643 third_party/zlib/contrib/minizip/zip.c ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/ ZPOS64_T 645 third_party/zlib/contrib/minizip/zip.c ZPOS64_T size_central_dir; /* size of the central directory */ ZPOS64_T 646 third_party/zlib/contrib/minizip/zip.c ZPOS64_T offset_central_dir; /* offset of start of central directory */ ZPOS64_T 647 third_party/zlib/contrib/minizip/zip.c ZPOS64_T central_pos; ZPOS64_T 654 third_party/zlib/contrib/minizip/zip.c ZPOS64_T number_entry; ZPOS64_T 655 third_party/zlib/contrib/minizip/zip.c ZPOS64_T number_entry_CD; /* total number of entries in ZPOS64_T 682 third_party/zlib/contrib/minizip/zip.c ZPOS64_T sizeEndOfCentralDirectory; ZPOS64_T 813 third_party/zlib/contrib/minizip/zip.c ZPOS64_T size_central_dir_to_read = size_central_dir; ZPOS64_T 821 third_party/zlib/contrib/minizip/zip.c ZPOS64_T read_this = SIZEDATA_INDATABLOCK; ZPOS64_T 1031 third_party/zlib/contrib/minizip/zip.c ZPOS64_T CompressedSize = 0; ZPOS64_T 1032 third_party/zlib/contrib/minizip/zip.c ZPOS64_T UncompressedSize = 0; ZPOS64_T 1040 third_party/zlib/contrib/minizip/zip.c err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)UncompressedSize,8); ZPOS64_T 1041 third_party/zlib/contrib/minizip/zip.c err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)CompressedSize,8); ZPOS64_T 1513 third_party/zlib/contrib/minizip/zip.c extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) ZPOS64_T 1516 third_party/zlib/contrib/minizip/zip.c ZPOS64_T compressed_size; ZPOS64_T 1705 third_party/zlib/contrib/minizip/zip.c ZPOS64_T cur_pos_inzip = ZTELL64(zi->z_filefunc,zi->filestream); ZPOS64_T 1752 third_party/zlib/contrib/minizip/zip.c int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T zip64eocd_pos_inzip) ZPOS64_T 1755 third_party/zlib/contrib/minizip/zip.c ZPOS64_T pos = zip64eocd_pos_inzip - zi->add_position_when_writting_offset; ZPOS64_T 1774 third_party/zlib/contrib/minizip/zip.c int Write_Zip64EndOfCentralDirectoryRecord(zip64_internal* zi, uLong size_centraldir, ZPOS64_T centraldir_pos_inzip) ZPOS64_T 1783 third_party/zlib/contrib/minizip/zip.c err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(ZPOS64_T)Zip64DataSize,8); // why ZPOS64_T of this ? ZPOS64_T 1804 third_party/zlib/contrib/minizip/zip.c err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(ZPOS64_T)size_centraldir,8); ZPOS64_T 1808 third_party/zlib/contrib/minizip/zip.c ZPOS64_T pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; ZPOS64_T 1809 third_party/zlib/contrib/minizip/zip.c err = zip64local_putValue(&zi->z_filefunc,zi->filestream, (ZPOS64_T)pos,8); ZPOS64_T 1813 third_party/zlib/contrib/minizip/zip.c int Write_EndOfCentralDirectoryRecord(zip64_internal* zi, uLong size_centraldir, ZPOS64_T centraldir_pos_inzip) ZPOS64_T 1849 third_party/zlib/contrib/minizip/zip.c ZPOS64_T pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; ZPOS64_T 1884 third_party/zlib/contrib/minizip/zip.c ZPOS64_T centraldir_pos_inzip; ZPOS64_T 1885 third_party/zlib/contrib/minizip/zip.c ZPOS64_T pos; ZPOS64_T 1924 third_party/zlib/contrib/minizip/zip.c ZPOS64_T Zip64EOCDpos = ZTELL64(zi->z_filefunc,zi->filestream); ZPOS64_T 324 third_party/zlib/contrib/minizip/zip.h ZPOS64_T uncompressed_size,