Searched refs:uLong (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.61.2/libkern/libkern/ |
| H A D | zlib.h | 112 uLong total_in;/* total nb of input bytes read so far */ 116 uLong total_out;/* total nb of bytes output so far */ 126 uLong adler; /* adler32 value of the uncompressed data */ 127 uLong reserved;/* reserved for future use */ 138 uLong time; /* modification time */ 682 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm, 683 uLong sourceLen)); 995 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); 1048 const Bytef *source, uLong sourceLen)); 1063 const Bytef *source, uLong sourceLen, [all …]
|
| H A D | zconf.h | 79 # define uLong z_uLong macro 291 typedef unsigned long uLong; /* 32 bits or more */ typedef 302 typedef uLong FAR uLongf;
|
| /xnu-8792.61.2/libkern/zlib/ |
| H A D | compress.c | 54 compress2(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, in compress2() 64 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR; in compress2() 68 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR; in compress2() 91 compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) in compress() 100 uLong ZEXPORT 101 compressBound(uLong sourceLen) in compressBound()
|
| H A D | adler32.c | 90 uLong ZEXPORT 91 adler32(uLong adler, const Bytef *buf, uInt len) in adler32() 160 uLong ZEXPORT 161 adler32_combine(uLong adler1, uLong adler2, z_off_t len2) in adler32_combine()
|
| H A D | uncompr.c | 58 uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) in uncompress() 66 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR; in uncompress() 70 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR; in uncompress()
|
| H A D | zutil.c | 59 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags() 61 uLong flags; in zlibCompileFlags() 70 switch (sizeof(uLong)) { in zlibCompileFlags()
|
| H A D | z_crc32.c | 391 uLong ZEXPORT 392 z_crc32_combine(uLong crc1, uLong crc2, z_off_t len2) in z_crc32_combine()
|
| H A D | deflate.c | 516 uLong ZEXPORT 517 deflateBound(z_streamp strm, uLong sourceLen) in deflateBound() 520 uLong destLen; in deflateBound() 1762 uLong
|
| /xnu-8792.61.2/iokit/Tests/ |
| H A D | Tests.cpp | 758 uLong bound; in TestZLib()
|