uLong             275 extra_lib/include/zlib/zconf.h typedef uLong FAR uLongf;
uLong              85 extra_lib/include/zlib/zlib.h     uLong    total_in;  /* total nb of input bytes read so far */
uLong              89 extra_lib/include/zlib/zlib.h     uLong    total_out; /* total nb of bytes output so far */
uLong              99 extra_lib/include/zlib/zlib.h     uLong   adler;      /* adler32 value of the uncompressed data */
uLong             100 extra_lib/include/zlib/zlib.h     uLong   reserved;   /* reserved for future use */
uLong             111 extra_lib/include/zlib/zlib.h     uLong   time;       /* modification time */
uLong             644 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
uLong             645 extra_lib/include/zlib/zlib.h                                        uLong sourceLen));
uLong             957 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
uLong            1010 extra_lib/include/zlib/zlib.h                                  const Bytef *source, uLong sourceLen));
uLong            1025 extra_lib/include/zlib/zlib.h                                   const Bytef *source, uLong sourceLen,
uLong            1040 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
uLong            1048 extra_lib/include/zlib/zlib.h                                    const Bytef *source, uLong sourceLen));
uLong            1260 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
uLong            1276 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2,
uLong            1285 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32   OF((uLong crc, const Bytef *buf, uInt len));
uLong            1301 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
uLong              55 modules/widgetman/unzip.c uLong ZCALLBACK fread_file_func OF((
uLong              59 modules/widgetman/unzip.c                                        uLong size));
uLong              61 modules/widgetman/unzip.c uLong ZCALLBACK fwrite_file_func OF((
uLong              65 modules/widgetman/unzip.c                                         uLong size));
uLong              74 modules/widgetman/unzip.c                                       uLong offset,
uLong             106 modules/widgetman/unzip.c uLong ZCALLBACK fread_file_func (opaque, stream, buf, size)
uLong             110 modules/widgetman/unzip.c uLong size;
uLong             112 modules/widgetman/unzip.c 	uLong ret;
uLong             113 modules/widgetman/unzip.c 	ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
uLong             118 modules/widgetman/unzip.c uLong ZCALLBACK fwrite_file_func (opaque, stream, buf, size)
uLong             122 modules/widgetman/unzip.c uLong size;
uLong             124 modules/widgetman/unzip.c 	uLong ret;
uLong             125 modules/widgetman/unzip.c 	ret = (uLong)gf_fwrite(buf, 1, (size_t)size, (FILE *)stream);
uLong             141 modules/widgetman/unzip.c uLong offset;
uLong             220 modules/widgetman/unzip.c uLong *pX;
uLong             222 modules/widgetman/unzip.c 	uLong x ;
uLong             227 modules/widgetman/unzip.c 	x = (uLong)i;
uLong             231 modules/widgetman/unzip.c 	x += ((uLong)i)<<8;
uLong             243 modules/widgetman/unzip.c uLong *pX;
uLong             245 modules/widgetman/unzip.c 	uLong x ;
uLong             250 modules/widgetman/unzip.c 	x = (uLong)i;
uLong             254 modules/widgetman/unzip.c 	x += ((uLong)i)<<8;
uLong             258 modules/widgetman/unzip.c 	x += ((uLong)i)<<16;
uLong             262 modules/widgetman/unzip.c 	x += ((uLong)i)<<24;
uLong             271 modules/widgetman/unzip.c static uLong unzlocal_SearchCentralDir(pzlib_filefunc_def,filestream)
uLong             276 modules/widgetman/unzip.c 	uLong uSizeFile;
uLong             277 modules/widgetman/unzip.c 	uLong uBackRead;
uLong             278 modules/widgetman/unzip.c 	uLong uMaxBack=0xffff; /* maximum size of global comment */
uLong             279 modules/widgetman/unzip.c 	uLong uPosFound=0;
uLong             297 modules/widgetman/unzip.c 		uLong uReadSize,uReadPos ;
uLong             333 modules/widgetman/unzip.c uLong ulDosDate;
uLong             336 modules/widgetman/unzip.c 	uLong uDate;
uLong             337 modules/widgetman/unzip.c 	uDate = (uLong)(ulDosDate>>16);
uLong             357 modules/widgetman/unzip.c uLong fileNameBufferSize;
uLong             359 modules/widgetman/unzip.c uLong extraFieldBufferSize;
uLong             361 modules/widgetman/unzip.c uLong commentBufferSize;
uLong             367 modules/widgetman/unzip.c 	uLong uMagic;
uLong             437 modules/widgetman/unzip.c 		uLong uSizeRead ;
uLong             455 modules/widgetman/unzip.c 		uLong uSizeRead ;
uLong             478 modules/widgetman/unzip.c 		uLong uSizeRead ;
uLong             514 modules/widgetman/unzip.c                           uLong fileNameBufferSize,
uLong             516 modules/widgetman/unzip.c                           uLong extraFieldBufferSize,
uLong             518 modules/widgetman/unzip.c                           uLong commentBufferSize)
uLong             643 modules/widgetman/unzip.c 	uLong central_pos,uL;
uLong             645 modules/widgetman/unzip.c 	uLong number_disk;          /* number of the current dist, used for
uLong             647 modules/widgetman/unzip.c 	uLong number_disk_with_CD;  /* number the the disk with central dir, used
uLong             649 modules/widgetman/unzip.c 	uLong number_entry_CD;      /* total number of entries in
uLong             848 modules/widgetman/unzip.c 			uLong uTotalOutBefore,uTotalOutAfter;
uLong             850 modules/widgetman/unzip.c 			uLong uOutThis;
uLong             903 modules/widgetman/unzip.c uLong *poffset_local_extrafield;
uLong             906 modules/widgetman/unzip.c 	uLong uMagic,uData,uFlags;
uLong             907 modules/widgetman/unzip.c 	uLong size_filename;
uLong             908 modules/widgetman/unzip.c 	uLong size_extra_field;
uLong            1000 modules/widgetman/unzip.c 	uLong offset_local_extrafield;  /* offset of the local extra field */
uLong            1325 modules/widgetman/unzip.c 	uLong i;
uLong              72 modules/widgetman/unzip.h typedef uLong  (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
uLong              73 modules/widgetman/unzip.h typedef uLong  (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
uLong              75 modules/widgetman/unzip.h typedef long   (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
uLong             165 modules/widgetman/unzip.h 	uLong number_entry;         /* total number of entries in
uLong             167 modules/widgetman/unzip.h 	uLong size_comment;         /* size of the global comment of the zipfile */
uLong             174 modules/widgetman/unzip.h 	uLong version;              /* version made by                 2 bytes */
uLong             175 modules/widgetman/unzip.h 	uLong version_needed;       /* version needed to extract       2 bytes */
uLong             176 modules/widgetman/unzip.h 	uLong flag;                 /* general purpose bit flag        2 bytes */
uLong             177 modules/widgetman/unzip.h 	uLong compression_method;   /* compression method              2 bytes */
uLong             178 modules/widgetman/unzip.h 	uLong dosDate;              /* last mod file date in Dos fmt   4 bytes */
uLong             179 modules/widgetman/unzip.h 	uLong crc;                  /* crc-32                          4 bytes */
uLong             180 modules/widgetman/unzip.h 	uLong compressed_size;      /* compressed size                 4 bytes */
uLong             181 modules/widgetman/unzip.h 	uLong uncompressed_size;    /* uncompressed size               4 bytes */
uLong             182 modules/widgetman/unzip.h 	uLong size_filename;        /* filename length                 2 bytes */
uLong             183 modules/widgetman/unzip.h 	uLong size_file_extra;      /* extra field length              2 bytes */
uLong             184 modules/widgetman/unzip.h 	uLong size_file_comment;    /* file comment length             2 bytes */
uLong             186 modules/widgetman/unzip.h 	uLong disk_num_start;       /* disk number start               2 bytes */
uLong             187 modules/widgetman/unzip.h 	uLong internal_fa;          /* internal file attributes        2 bytes */
uLong             188 modules/widgetman/unzip.h 	uLong external_fa;          /* external file attributes        4 bytes */
uLong             198 modules/widgetman/unzip.h 	uLong offset_curfile;/* relative offset of local header 4 bytes */
uLong             209 modules/widgetman/unzip.h 	uLong pos_in_zipfile;       /* position in byte on the zipfile, for gf_fseek*/
uLong             210 modules/widgetman/unzip.h 	uLong stream_initialised;   /* flag set if stream structure is initialised*/
uLong             212 modules/widgetman/unzip.h 	uLong offset_local_extrafield;/* offset of the local extra field */
uLong             214 modules/widgetman/unzip.h 	uLong pos_local_extrafield;   /* position in the local extra field in read*/
uLong             216 modules/widgetman/unzip.h 	uLong crc32;                /* crc32 of all data uncompressed */
uLong             217 modules/widgetman/unzip.h 	uLong crc32_wait;           /* crc32 we must obtain after decompress all */
uLong             218 modules/widgetman/unzip.h 	uLong rest_read_compressed; /* number of byte to be decompressed */
uLong             219 modules/widgetman/unzip.h 	uLong rest_read_uncompressed;/*number of byte to be obtained after decomp*/
uLong             222 modules/widgetman/unzip.h 	uLong compression_method;   /* compression method (0==store) */
uLong             223 modules/widgetman/unzip.h 	uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
uLong             235 modules/widgetman/unzip.h 	uLong byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
uLong             236 modules/widgetman/unzip.h 	uLong num_file;             /* number of the current file in the zipfile*/
uLong             237 modules/widgetman/unzip.h 	uLong pos_in_central_dir;   /* pos of the current file in the central dir*/
uLong             238 modules/widgetman/unzip.h 	uLong current_file_ok;      /* flag about the usability of the current file*/
uLong             239 modules/widgetman/unzip.h 	uLong central_pos;          /* position of the beginning of the central dir*/
uLong             241 modules/widgetman/unzip.h 	uLong size_central_dir;     /* size of the central directory  */
uLong             242 modules/widgetman/unzip.h 	uLong offset_central_dir;   /* offset of start of central directory with
uLong             306 modules/widgetman/unzip.h         uLong uSizeBuf));
uLong             348 modules/widgetman/unzip.h 	uLong pos_in_zip_directory;   /* offset in zip file directory */
uLong             349 modules/widgetman/unzip.h 	uLong num_of_file;            /* # of file */
uLong             365 modules/widgetman/unzip.h         uLong fileNameBufferSize,
uLong             367 modules/widgetman/unzip.h         uLong extraFieldBufferSize,
uLong             369 modules/widgetman/unzip.h         uLong commentBufferSize));
uLong             479 modules/widgetman/unzip.h extern uLong ZEXPORT unzGetOffset (unzFile file);
uLong             482 modules/widgetman/unzip.h extern int ZEXPORT unzSetOffset (unzFile file, uLong pos);
uLong              91 src/utils/gzio.cpp 	uLong    crc;     /* crc32 of uncompressed data */
uLong             110 src/utils/gzio.cpp local uLong  getLong      OF((gz_stream *s));
uLong             906 src/utils/gzio.cpp local void putLong (FILE *file, uLong x)
uLong             919 src/utils/gzio.cpp local uLong getLong (gz_stream *s)
uLong             921 src/utils/gzio.cpp 	uLong x = (uLong)get_byte(s);
uLong             924 src/utils/gzio.cpp 	x += ((uLong)get_byte(s))<<8;
uLong             925 src/utils/gzio.cpp 	x += ((uLong)get_byte(s))<<16;
uLong             928 src/utils/gzio.cpp 	x += ((uLong)c)<<24;
uLong             951 src/utils/gzio.cpp 		putLong (s->file, (uLong)(s->in & 0xffffffff));
uLong              36 src/utils/zutil.c uLong ZEXPORT zlibCompileFlags()
uLong              38 src/utils/zutil.c 	uLong flags;
uLong              53 src/utils/zutil.c 	switch (sizeof(uLong)) {