| /openbsd/src/lib/libz/ |
| D | zlib.h | 89 uLong total_in; /* total number of input bytes read so far */ 93 uLong total_out; /* total number of bytes output so far */ 104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ 105 uLong reserved; /* reserved for future use */ 116 uLong time; /* modification time */ 764 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm, 765 uLong sourceLen); 1194 ZEXTERN uLong ZEXPORT zlibCompileFlags(void); 1248 const Bytef *source, uLong sourceLen); 1263 const Bytef *source, uLong sourceLen, [all …]
|
| D | adler32.c | 59 uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) { in adler32_z() 126 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32() 131 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine_() 156 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine() 160 uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine64()
|
| D | compress.c | 21 uLong sourceLen, int level) { in compress2() 25 uLong left; in compress2() 44 stream.avail_out = left > (uLong)max ? max : (uInt)left; in compress2() 48 stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen; in compress2() 62 uLong sourceLen) { in compress() 70 uLong ZEXPORT compressBound(uLong sourceLen) { in compressBound()
|
| D | uncompr.c | 26 uLong *sourceLen) { in uncompress2() 30 uLong len, left; in uncompress2() 57 stream.avail_out = left > (uLong)max ? max : (uInt)left; in uncompress2() 61 stream.avail_in = len > (uLong)max ? max : (uInt)len; in uncompress2() 81 uLong sourceLen) { in uncompress()
|
| D | zutil.h | 178 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t); 179 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t); 180 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
|
| D | crc32.c | 1019 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) { in crc32_combine64() 1027 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { in crc32_combine() 1032 uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) { in crc32_combine_gen64() 1040 uLong ZEXPORT crc32_combine_gen(z_off_t len2) { in crc32_combine_gen() 1045 uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op) { in crc32_combine_op()
|
| D | zutil.c | 29 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() 30 uLong flags; in zlibCompileFlags() 39 switch ((int)(sizeof(uLong))) { in zlibCompileFlags()
|
| D | zconf.h | 158 # define uLong z_uLong macro 397 typedef unsigned long uLong; /* 32 bits or more */ typedef 408 typedef uLong FAR uLongf;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| D | zlib.h | 89 uLong total_in; /* total number of input bytes read so far */ 93 uLong total_out; /* total number of bytes output so far */ 104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ 105 uLong reserved; /* reserved for future use */ 116 uLong time; /* modification time */ 761 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm, 762 uLong sourceLen); 1179 ZEXTERN uLong ZEXPORT zlibCompileFlags(void); 1233 const Bytef *source, uLong sourceLen); 1248 const Bytef *source, uLong sourceLen, [all …]
|
| D | adler32.c | 61 uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) { in adler32_z() 128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32() 133 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine_() 158 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine() 162 uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine64()
|
| D | compress.c | 23 uLong sourceLen, int level) { in compress2() 27 uLong left; in compress2() 46 stream.avail_out = left > (uLong)max ? max : (uInt)left; in compress2() 50 stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen; in compress2() 64 uLong sourceLen) { in compress() 72 uLong ZEXPORT compressBound(uLong sourceLen) { in compressBound()
|
| D | uncompr.c | 28 uLong *sourceLen) { in uncompress2() 32 uLong len, left; in uncompress2() 59 stream.avail_out = left > (uLong)max ? max : (uInt)left; in uncompress2() 63 stream.avail_in = len > (uLong)max ? max : (uInt)len; in uncompress2() 83 uLong sourceLen) { in uncompress()
|
| D | zutil.h | 173 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off_t); 174 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off_t); 175 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off_t);
|
| D | crc32.c | 1021 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) { in crc32_combine64() 1029 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { in crc32_combine() 1034 uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) { in crc32_combine_gen64() 1042 uLong ZEXPORT crc32_combine_gen(z_off_t len2) { in crc32_combine_gen() 1047 uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op) { in crc32_combine_op()
|
| D | zutil.c | 31 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() 32 uLong flags; in zlibCompileFlags() 41 switch ((int)(sizeof(uLong))) { in zlibCompileFlags()
|
| D | zconf.h | 159 # define uLong Perl_crz_uLong macro 396 typedef unsigned long uLong; /* 32 bits or more */ typedef 407 typedef uLong FAR uLongf;
|
| /openbsd/src/sys/lib/libz/ |
| D | zlib.h | 89 uLong total_in; /* total number of input bytes read so far */ 93 uLong total_out; /* total number of bytes output so far */ 104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */ 105 uLong reserved; /* reserved for future use */ 116 uLong time; /* modification time */ 764 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm, 765 uLong sourceLen); 1194 ZEXTERN uLong ZEXPORT zlibCompileFlags(void); 1248 const Bytef *source, uLong sourceLen); 1263 const Bytef *source, uLong sourceLen, [all …]
|
| D | adler32.c | 59 uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len) { in adler32_z() 126 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32() 131 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine_() 156 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine() 160 uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine64()
|
| D | compress.c | 21 uLong sourceLen, int level) { in compress2() 25 uLong left; in compress2() 44 stream.avail_out = left > (uLong)max ? max : (uInt)left; in compress2() 48 stream.avail_in = sourceLen > (uLong)max ? max : (uInt)sourceLen; in compress2() 62 uLong sourceLen) { in compress() 70 uLong ZEXPORT compressBound(uLong sourceLen) { in compressBound()
|
| D | zutil.h | 191 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t); 192 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t); 193 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
|
| D | crc32.c | 1019 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) { in crc32_combine64() 1027 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { in crc32_combine() 1032 uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) { in crc32_combine_gen64() 1040 uLong ZEXPORT crc32_combine_gen(z_off_t len2) { in crc32_combine_gen() 1045 uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op) { in crc32_combine_op()
|
| D | zutil.c | 32 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() 33 uLong flags; in zlibCompileFlags() 42 switch ((int)(sizeof(uLong))) { in zlibCompileFlags()
|
| D | zconf.h | 158 # define uLong z_uLong macro 397 typedef unsigned long uLong; /* 32 bits or more */ typedef 408 typedef uLong FAR uLongf;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
| D | Zlib.xs | 280 uLong crc32 ; 281 uLong adler32 ; 283 uLong bufsize; 285 uLong dict_adler ; 295 uLong deflateParams_out_length; 303 uLong bytesInflated ; 304 uLong compressedBytes ; 305 uLong uncompressedBytes ; 317 uLong lastBlockOffset ; 807 uLong total_output = 0; [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/ |
| D | Bzip2.xs | 46 typedef unsigned long uLong; typedef 57 uLong bytesInflated ; 58 uLong compressedBytes ; 59 uLong uncompressedBytes ; 669 uLong 677 uLong 685 uLong 693 uLong 845 uLong 862 uLong [all …]
|