Home | History | Annotate | Download | only in minizip

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)
306 ZPOS64_T x ;
311 x = (ZPOS64_T)i;
315 x |= ((ZPOS64_T)i)<<8;
319 x |= ((ZPOS64_T)i)<<16;
323 x |= ((ZPOS64_T)i)<<24;
327 x |= ((ZPOS64_T)i)<<32;
331 x |= ((ZPOS64_T)i)<<40;
335 x |= ((ZPOS64_T)i)<<48;
339 x |= ((ZPOS64_T)i)<<56;
412 local ZPOS64_T unz64local_SearchCentralDir OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream));
413 local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream)
416 ZPOS64_T uSizeFile;
417 ZPOS64_T uBackRead;
418 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
419 ZPOS64_T uPosFound=0;
438 ZPOS64_T uReadPos ;
474 local ZPOS64_T unz64local_SearchCentralDir64 OF((
478 local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_def* pzlib_filefunc_def,
482 ZPOS64_T uSizeFile;
483 ZPOS64_T uBackRead;
484 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */
485 ZPOS64_T uPosFound=0;
487 ZPOS64_T relativeOffset;
506 ZPOS64_T uReadPos;
590 ZPOS64_T central_pos;
597 ZPOS64_T number_entry_CD; /* total number of entries in
627 ZPOS64_T uL64;
852 local void unz64local_DosDateToTmuDate (ZPOS64_T ulDosDate, tm_unz* ptm)
854 ZPOS64_T uDate;
855 uDate = (ZPOS64_T)(ulDosDate>>16);
988 ZPOS64_T uSizeRead ;
1043 if(file_info.uncompressed_size == (ZPOS64_T)(unsigned long)-1)
1049 if(file_info.compressed_size == (ZPOS64_T)(unsigned long)-1)
1055 if(file_info_internal.offset_curfile == (ZPOS64_T)(unsigned long)-1)
1242 ZPOS64_T num_fileSaved;
1243 ZPOS64_T pos_in_central_dirSaved;
1303 ZPOS64_T pos_in_zip_directory; // offset in file
1304 ZPOS64_T num_of_file; // # of file
1386 ZPOS64_T * poffset_local_extrafield,
1479 ZPOS64_T offset_local_extrafield; /* offset of the local extra field */
1658 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64( unzFile file)
1840 ZPOS64_T uTotalOutBefore,uTotalOutAfter;
1842 ZPOS64_T uOutThis;
1904 extern ZPOS64_T ZEXPORT unztell64 (unzFile file)
1910 return (ZPOS64_T)-1;
1915 ZPOS64_T)-1;
1961 ZPOS64_T size_to_read;
2079 extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file)
2096 ZPOS64_T offset64;
2104 extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos)