Lines Matching refs:uLong

144     uLong stream_initialised;   /* flag set if stream structure is initialised*/
151 uLong crc32; /* crc32 of all data uncompressed */
152 uLong crc32_wait; /* crc32 we must obtain after decompress all */
157 uLong compression_method; /* compression method (0==store) */
237 uLong *pX));
241 uLong *pX)
243 uLong x ;
248 x = (uLong)i;
252 x |= ((uLong)i)<<8;
264 uLong *pX));
268 uLong *pX)
270 uLong x ;
275 x = (uLong)i;
279 x |= ((uLong)i)<<8;
283 x |= ((uLong)i)<<16;
287 x += ((uLong)i)<<24;
437 uLong uReadSize;
447 (BUFREADCOMMENT+4) : (uLong)(uSizeFile-uReadPos);
486 uLong uL;
505 uLong uReadSize;
515 (BUFREADCOMMENT+4) : (uLong)(uSizeFile-uReadPos);
591 uLong uL;
593 uLong number_disk; /* number of the current dist, used for
595 uLong number_disk_with_CD; /* number the the disk with central dir, used
626 uLong uS;
845 pglobal_info32->number_entry = (uLong)s->gi.number_entry;
873 uLong fileNameBufferSize,
875 uLong extraFieldBufferSize,
877 uLong commentBufferSize));
884 uLong fileNameBufferSize,
886 uLong extraFieldBufferSize,
888 uLong commentBufferSize)
894 uLong uMagic;
896 uLong uL;
970 uLong uSizeRead ;
1003 if (ZREAD64(s->z_filefunc, s->filestream,extraField,(uLong)uSizeRead)!=uSizeRead)
1006 lSeek += file_info.size_file_extra - (uLong)uSizeRead;
1014 uLong acc = 0;
1029 uLong headerId;
1030 uLong dataSize;
1041 uLong uL;
1082 uLong uSizeRead ;
1126 char * szFileName, uLong fileNameBufferSize,
1127 void *extraField, uLong extraFieldBufferSize,
1128 char* szComment, uLong commentBufferSize)
1138 char * szFileName, uLong fileNameBufferSize,
1139 void *extraField, uLong extraFieldBufferSize,
1140 char* szComment, uLong commentBufferSize)
1168 pfile_info->compressed_size = (uLong)file_info64.compressed_size;
1169 pfile_info->uncompressed_size = (uLong)file_info64.uncompressed_size;
1332 file_pos->pos_in_zip_directory = (uLong)file_pos64.pos_in_zip_directory;
1333 file_pos->num_of_file = (uLong)file_pos64.num_of_file;
1389 uLong uMagic,uData,uFlags;
1390 uLong size_filename;
1391 uLong size_extra_field;
1798 uLong uTotalOutBefore,uTotalOutAfter;
1800 uLong uOutThis;
2051 extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong uSizeBuf)
2054 uLong uReadThis ;
2094 extern uLong ZEXPORT unzGetOffset (unzFile file)
2101 return (uLong)offset64;
2122 extern int ZEXPORT unzSetOffset (unzFile file, uLong pos)