uInt 2072 extra_lib/include/png/png.h extern PNG_EXPORT(voidpf,png_zalloc) PNGARG((voidpf png_ptr, uInt items, uInt 2073 extra_lib/include/png/png.h uInt size)); uInt 3000 extra_lib/include/png/png.h PNG_EXTERN voidpf png_zalloc PNGARG((voidpf png_ptr, uInt items, uInt size)); uInt 274 extra_lib/include/zlib/zconf.h typedef uInt FAR uIntf; uInt 77 extra_lib/include/zlib/zlib.h typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size)); uInt 84 extra_lib/include/zlib/zlib.h uInt avail_in; /* number of bytes available at next_in */ uInt 88 extra_lib/include/zlib/zlib.h uInt avail_out; /* remaining free space at next_out */ uInt 115 extra_lib/include/zlib/zlib.h uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ uInt 116 extra_lib/include/zlib/zlib.h uInt extra_max; /* space at extra (only when reading header) */ uInt 118 extra_lib/include/zlib/zlib.h uInt name_max; /* space at name (only when reading header) */ uInt 120 extra_lib/include/zlib/zlib.h uInt comm_max; /* space at comment (only when reading header) */ uInt 540 extra_lib/include/zlib/zlib.h uInt dictLength)); uInt 738 extra_lib/include/zlib/zlib.h uInt dictLength)); uInt 1260 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len)); uInt 1285 extra_lib/include/zlib/zlib.h ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); uInt 338 modules/widgetman/unzip.c ptm->tm_mday = (uInt)(uDate&0x1f) ; uInt 339 modules/widgetman/unzip.c ptm->tm_mon = (uInt)((((uDate)&0x1E0)/0x20)-1) ; uInt 340 modules/widgetman/unzip.c ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ; uInt 342 modules/widgetman/unzip.c ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800); uInt 343 modules/widgetman/unzip.c ptm->tm_min = (uInt) ((ulDosDate&0x7E0)/0x20) ; uInt 344 modules/widgetman/unzip.c ptm->tm_sec = (uInt) (2*(ulDosDate&0x1f)) ; uInt 753 modules/widgetman/unzip.c uInt iRead = 0; uInt 772 modules/widgetman/unzip.c pfile_in_zip_read_info->stream.avail_out = (uInt)len; uInt 777 modules/widgetman/unzip.c (uInt)pfile_in_zip_read_info->rest_read_uncompressed; uInt 783 modules/widgetman/unzip.c (uInt)pfile_in_zip_read_info->rest_read_compressed+ uInt 791 modules/widgetman/unzip.c uInt uReadThis = UNZ_BUFSIZE; uInt 793 modules/widgetman/unzip.c uReadThis = (uInt)pfile_in_zip_read_info->rest_read_compressed; uInt 814 modules/widgetman/unzip.c pfile_in_zip_read_info->stream.avail_in = (uInt)uReadThis; uInt 819 modules/widgetman/unzip.c uInt uDoCopy,i ; uInt 872 modules/widgetman/unzip.c (uInt)(uOutThis)); uInt 877 modules/widgetman/unzip.c iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); uInt 902 modules/widgetman/unzip.c uInt* piSizeVar; uInt 904 modules/widgetman/unzip.c uInt *psize_local_extrafield; uInt 972 modules/widgetman/unzip.c *piSizeVar += (uInt)size_filename; uInt 978 modules/widgetman/unzip.c *psize_local_extrafield = (uInt)size_extra_field; uInt 980 modules/widgetman/unzip.c *piSizeVar += (uInt)size_extra_field; uInt 997 modules/widgetman/unzip.c uInt iSizeVar; uInt 1001 modules/widgetman/unzip.c uInt size_local_extrafield; /* size of the local extra field */ uInt 1108 modules/widgetman/unzip.c pfile_in_zip_read_info->stream.avail_in = (uInt)0; uInt 1214 modules/widgetman/unzip.c uInt size_buf; uInt 153 modules/widgetman/unzip.h uInt tm_sec; /* seconds after the minute - [0,59] */ uInt 154 modules/widgetman/unzip.h uInt tm_min; /* minutes after the hour - [0,59] */ uInt 155 modules/widgetman/unzip.h uInt tm_hour; /* hours since midnight - [0,23] */ uInt 156 modules/widgetman/unzip.h uInt tm_mday; /* day of the month - [1,31] */ uInt 157 modules/widgetman/unzip.h uInt tm_mon; /* months since January - [0,11] */ uInt 158 modules/widgetman/unzip.h uInt tm_year; /* years - [1980..2044] */ uInt 213 modules/widgetman/unzip.h uInt size_local_extrafield;/* size of the local extra field */ uInt 3052 src/media_tools/media_import.c stream.avail_in = (uInt)samp->dataLength - offset; uInt 3054 src/media_tools/media_import.c stream.avail_out = (uInt)samp->dataLength*ZLIB_COMPRESS_SAFE; uInt 196 src/utils/base_encoding.c stream.avail_in = (uInt)data_len ; uInt 198 src/utils/base_encoding.c stream.avail_out = (uInt)data_len*ZLIB_COMPRESS_SAFE; uInt 286 src/utils/gzio.cpp s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file); uInt 311 src/utils/gzio.cpp uInt len; uInt 321 src/utils/gzio.cpp len = (uInt)fread(s->inbuf + len, 1, Z_BUFSIZE >> len, s->file); uInt 352 src/utils/gzio.cpp len = (uInt)get_byte(s); uInt 353 src/utils/gzio.cpp len += ((uInt)get_byte(s))<<8; uInt 441 src/utils/gzio.cpp uInt n = s->stream.avail_in; uInt 453 src/utils/gzio.cpp (uInt)fread(next_out, 1, s->stream.avail_out, s->file); uInt 464 src/utils/gzio.cpp s->stream.avail_in = (uInt)fread(s->inbuf, 1, Z_BUFSIZE, s->file); uInt 482 src/utils/gzio.cpp s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start)); uInt 502 src/utils/gzio.cpp s->crc = crc32(s->crc, start, (uInt)(s->stream.next_out - start)); uInt 703 src/utils/gzio.cpp uInt len; uInt 715 src/utils/gzio.cpp if ((uInt)fwrite(s->outbuf, 1, len, s->file) != len) { uInt 805 src/utils/gzio.cpp uInt size = Z_BUFSIZE; uInt 806 src/utils/gzio.cpp if (offset < Z_BUFSIZE) size = (uInt)offset; uInt 857 src/utils/gzio.cpp size = gzread(file, s->outbuf, (uInt)size); uInt 41 src/utils/zutil.c switch (sizeof(uInt)) { uInt 180 src/utils/zutil.c uInt len; uInt 191 src/utils/zutil.c uInt len; uInt 193 src/utils/zutil.c uInt j; uInt 203 src/utils/zutil.c uInt len; uInt 323 src/utils/zutil.c extern voidp gf_malloc OF((uInt size)); uInt 324 src/utils/zutil.c extern voidp gf_calloc OF((uInt items, uInt size)); uInt 334 src/utils/zutil.c return sizeof(uInt) > 2 ? (voidpf)gf_malloc(items * size) : uInt 239 src/utils/zutil.h extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); uInt 240 src/utils/zutil.h extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); uInt 241 src/utils/zutil.h extern void zmemzero OF((Bytef* dest, uInt len));