Home | History | Annotate | Download | only in minizip

Lines Matching full:ulong

96     uLong offset_curfile;/* relative offset of local header 4 bytes */
107 uLong pos_in_zipfile; /* position in byte on the zipfile, for fseek*/
108 uLong stream_initialised; /* flag set if stream structure is initialised*/
110 uLong offset_local_extrafield;/* offset of the local extra field */
112 uLong pos_local_extrafield; /* position in the local extra field in read*/
114 uLong crc32; /* crc32 of all data uncompressed */
115 uLong crc32_wait; /* crc32 we must obtain after decompress all */
116 uLong rest_read_compressed; /* number of byte to be decompressed */
117 uLong rest_read_uncompressed;/*number of byte to be obtained after decomp*/
120 uLong compression_method; /* compression method (0==store) */
121 uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
133 uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
134 uLong num_file; /* number of the current file in the zipfile*/
135 uLong pos_in_central_dir; /* pos of the current file in the central dir*/
136 uLong current_file_ok; /* flag about the usability of the current file*/
137 uLong central_pos; /* position of the beginning of the central dir*/
139 uLong size_central_dir; /* size of the central directory */
140 uLong offset_central_dir; /* offset of start of central directory with
199 uLong *pX));
204 uLong *pX;
206 uLong x ;
211 x = (uLong)i;
215 x += ((uLong)i)<<8;
227 uLong *pX));
232 uLong *pX;
234 uLong x ;
239 x = (uLong)i;
243 x += ((uLong)i)<<8;
247 x += ((uLong)i)<<16;
251 x += ((uLong)i)<<24;
327 local uLong unzlocal_SearchCentralDir OF((
331 local uLong unzlocal_SearchCentralDir(pzlib_filefunc_def,filestream)
336 uLong uSizeFile;
337 uLong uBackRead;
338 uLong uMaxBack=0xffff; /* maximum size of global comment */
339 uLong uPosFound=0;
357 uLong uReadSize,uReadPos ;
403 uLong central_pos,uL;
405 uLong number_disk; /* number of the current dist, used for
407 uLong number_disk_with_CD; /* number the the disk with central dir, used
409 uLong number_entry_CD; /* total number of entries in
549 uLong ulDosDate;
552 uLong uDate;
553 uDate = (uLong)(ulDosDate>>16);
571 uLong fileNameBufferSize,
573 uLong extraFieldBufferSize,
575 uLong commentBufferSize));
587 uLong fileNameBufferSize;
589 uLong extraFieldBufferSize;
591 uLong commentBufferSize;
597 uLong uMagic;
666 uLong uSizeRead ;
684 uLong uSizeRead ;
706 uLong uSizeRead ;
752 uLong fileNameBufferSize;
754 uLong extraFieldBufferSize;
756 uLong commentBufferSize;
837 uLong num_fileSaved;
838 uLong pos_in_central_dirSaved;
898 uLong pos_in_zip_directory; // offset in file
899 uLong num_of_file; // # of file
962 uLong *poffset_local_extrafield;
965 uLong uMagic,uData,uFlags;
966 uLong size_filename;
967 uLong size_extra_field;
1058 uLong
1338 uLong uTotalOutBefore,uTotalOutAfter;
1340 uLong uOutThis;
1446 uLong size_to_read;
1535 uLong uSizeBuf;
1539 uLong uReadThis ;
1564 extern uLong ZEXPORT unzGetOffset (file)
1582 uLong pos;