• Home
  • Raw
  • Download

Lines Matching refs:ZPOS64_T

128     ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */
143 ZPOS64_T pos_in_zipfile; /* position in byte on the zipfile, for fseek*/
146 ZPOS64_T offset_local_extrafield;/* offset of the local extra field */
148 ZPOS64_T pos_local_extrafield; /* position in the local extra field in read*/
149 ZPOS64_T total_out_64;
153 ZPOS64_T rest_read_compressed; /* number of byte to be decompressed */
154 ZPOS64_T rest_read_uncompressed;/*number of byte to be obtained after decomp*/
158 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
171 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
172 ZPOS64_T num_file; /* number of the current file in the zipfile*/
173 ZPOS64_T pos_in_central_dir; /* pos of the current file in the central dir*/
174 ZPOS64_T current_file_ok; /* flag about the usability of the current file*/
175 ZPOS64_T central_pos; /* position of the beginning of the central dir*/
177 ZPOS64_T size_central_dir; /* size of the central directory */
178 ZPOS64_T offset_central_dir; /* offset of start of central directory with
299 ZPOS64_T *pX));
304 ZPOS64_T *pX) in unz64local_getLong64()
306 ZPOS64_T x ; in unz64local_getLong64()
311 x = (ZPOS64_T)i; in unz64local_getLong64()
315 x |= ((ZPOS64_T)i)<<8; in unz64local_getLong64()
319 x |= ((ZPOS64_T)i)<<16; in unz64local_getLong64()
323 x |= ((ZPOS64_T)i)<<24; in unz64local_getLong64()
327 x |= ((ZPOS64_T)i)<<32; in unz64local_getLong64()
331 x |= ((ZPOS64_T)i)<<40; in unz64local_getLong64()
335 x |= ((ZPOS64_T)i)<<48; in unz64local_getLong64()
339 x |= ((ZPOS64_T)i)<<56; in unz64local_getLong64()
412 local ZPOS64_T unz64local_SearchCentralDir OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, vo…
413 local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf… in unz64local_SearchCentralDir()
416 ZPOS64_T uSizeFile; in unz64local_SearchCentralDir()
417 ZPOS64_T uBackRead; in unz64local_SearchCentralDir()
418 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ in unz64local_SearchCentralDir()
419 ZPOS64_T uPosFound=0; in unz64local_SearchCentralDir()
438 ZPOS64_T uReadPos ; in unz64local_SearchCentralDir()
474 local ZPOS64_T unz64local_SearchCentralDir64 OF((
478 local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib_filefunc_def, in unz64local_SearchCentralDir64()
482 ZPOS64_T uSizeFile; in unz64local_SearchCentralDir64()
483 ZPOS64_T uBackRead; in unz64local_SearchCentralDir64()
484 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ in unz64local_SearchCentralDir64()
485 ZPOS64_T uPosFound=0; in unz64local_SearchCentralDir64()
487 ZPOS64_T relativeOffset; in unz64local_SearchCentralDir64()
506 ZPOS64_T uReadPos; in unz64local_SearchCentralDir64()
590 ZPOS64_T central_pos; in unzOpenInternal()
597 ZPOS64_T number_entry_CD; /* total number of entries in in unzOpenInternal()
627 ZPOS64_T uL64; in unzOpenInternal()
852 local void unz64local_DosDateToTmuDate (ZPOS64_T ulDosDate, tm_unz* ptm) in unz64local_DosDateToTmuDate()
854 ZPOS64_T uDate; in unz64local_DosDateToTmuDate()
855 uDate = (ZPOS64_T)(ulDosDate>>16); in unz64local_DosDateToTmuDate()
988 ZPOS64_T uSizeRead ; in unz64local_GetCurrentFileInfoInternal()
1242 ZPOS64_T num_fileSaved; in unzLocateFile()
1243 ZPOS64_T pos_in_central_dirSaved; in unzLocateFile()
1386 ZPOS64_T * poffset_local_extrafield, in unz64local_CheckCurrentFileCoherencyHeader()
1479 ZPOS64_T offset_local_extrafield; /* offset of the local extra field */ in unzOpenCurrentFile3()
1658 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64( unzFile file) in unzGetCurrentFileZStreamPos64()
1840 ZPOS64_T uTotalOutBefore,uTotalOutAfter; in unzReadCurrentFile()
1842 ZPOS64_T uOutThis; in unzReadCurrentFile()
1904 extern ZPOS64_T ZEXPORT unztell64 (unzFile file) in unztell64()
1910 return (ZPOS64_T)-1; in unztell64()
1915 return (ZPOS64_T)-1; in unztell64()
1961 ZPOS64_T size_to_read; in unzGetLocalExtrafield()
2079 extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) in unzGetOffset64()
2096 ZPOS64_T offset64; in unzGetOffset()
2104 extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) in unzSetOffset64()