/netbsd-src/sys/net/ |
H A D | zlib.h | 91 # define Bytef z_Bytef macro 267 # define Bytef Byte FAR macro 269 typedef Byte FAR Bytef; typedef 363 Bytef *next_in; /* next input byte */ 367 Bytef *next_out; /* next output byte should be put there */ 744 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt); 863 ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp, const Bytef *, uInt); 916 ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong); 930 ZEXTERN int ZEXPORT compress2(Bytef *, uLongf *, const Bytef *, 944 ZEXTERN int ZEXPORT uncompress(Bytef *, uLongf *, const Bytef *, uLong); [all …]
|
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/ |
H A D | zlib.h | 85 Bytef *next_in; /* next input byte */ 89 Bytef *next_out; /* next output byte should be put there */ 116 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 119 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 121 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 541 const Bytef *dictionary, 739 const Bytef *dictionary, 1011 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1012 const Bytef *source, uLong sourceLen)); 1026 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, [all …]
|
H A D | zutil.c | 156 Bytef* dest; in zmemcpy() 157 const Bytef* source; 167 const Bytef* s1; in zmemcmp() 168 const Bytef* s2; 180 Bytef* dest; in zmemzero()
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ 91 Bytef *next_out; /* next output byte will go here */ 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 611 const Bytef *dictionary, 655 Bytef *dictionary, 887 const Bytef *dictionary, 910 Bytef *dictionary, 1229 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, [all …]
|
H A D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 46 stream.next_in = (z_const Bytef *)source; 69 Bytef *dest; in compress() 71 const Bytef *source;
|
H A D | uncompr.c | 28 Bytef *dest; in uncompress2() 30 const Bytef *source; 49 stream.next_in = (z_const Bytef *)source; 87 Bytef *dest; in uncompress() 89 const Bytef *source;
|
H A D | zutil.c | 150 Bytef* dest; in zmemcpy() 151 const Bytef* source; 161 const Bytef* s1; in zmemcmp() 162 const Bytef* s2; 174 Bytef* dest; in zmemzero()
|
H A D | zutil.h | 234 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 235 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 236 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
H A D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 119 Bytef *window; 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ 91 Bytef *next_out; /* next output byte will go here */ 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 611 const Bytef *dictionary, 655 Bytef *dictionary, 887 const Bytef *dictionary, 910 Bytef *dictionary, 1229 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, [all …]
|
H A D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 46 stream.next_in = (z_const Bytef *)source; 69 Bytef *dest; in compress() 71 const Bytef *source;
|
H A D | uncompr.c | 28 Bytef *dest; in uncompress2() 30 const Bytef *source; 49 stream.next_in = (z_const Bytef *)source; 87 Bytef *dest; in uncompress() 89 const Bytef *source;
|
H A D | zutil.c | 150 Bytef* dest; in zmemcpy() 151 const Bytef* source; 161 const Bytef* s1; in zmemcmp() 162 const Bytef* s2; 174 Bytef* dest; in zmemzero()
|
H A D | zutil.h | 234 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 235 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 236 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
H A D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 119 Bytef *window; 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | zlib.h | 87 z_const Bytef *next_in; /* next input byte */ 91 Bytef *next_out; /* next output byte will go here */ 119 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 122 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 124 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 611 const Bytef *dictionary, 655 Bytef *dictionary, 887 const Bytef *dictionary, 910 Bytef *dictionary, 1229 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, [all …]
|
H A D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 46 stream.next_in = (z_const Bytef *)source; 69 Bytef *dest; in compress() 71 const Bytef *source;
|
H A D | uncompr.c | 28 Bytef *dest; in uncompress2() 30 const Bytef *source; 49 stream.next_in = (z_const Bytef *)source; 87 Bytef *dest; in uncompress() 89 const Bytef *source;
|
H A D | zutil.h | 234 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 235 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 236 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
H A D | zutil.c | 150 Bytef* dest; in zmemcpy() 151 const Bytef* source; 161 const Bytef* s1; in zmemcmp() 162 const Bytef* s2; 174 Bytef* dest; in zmemzero()
|
H A D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ 105 Bytef *pending_out; /* next pending byte to output to the stream */ 119 Bytef *window; 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.h | 97 # define Bytef netpgpv_z_Bytef macro 312 # define Bytef Byte FAR macro 314 typedef Byte FAR Bytef; typedef 428 Bytef *next_in; /* next input byte */ 432 Bytef *next_out; /* next output byte should be put there */ 459 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 462 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 464 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 884 const Bytef *dictionary, 1082 const Bytef *dictionary, [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Compression.cpp | 54 ::compress2((Bytef *)CompressedBuffer.data(), &CompressedSize, in compress() 55 (const Bytef *)InputBuffer.data(), InputBuffer.size(), Level); in compress() 66 ::uncompress((Bytef *)UncompressedBuffer, (uLongf *)&UncompressedSize, in uncompress() 67 (const Bytef *)InputBuffer.data(), InputBuffer.size()); in uncompress() 85 return ::crc32(0, (const Bytef *)Buffer.data(), Buffer.size()); in crc32()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | compress-debug.c | 51 strm->next_in = (Bytef *) (*next_in); in compress_data() 53 strm->next_out = (Bytef *) (*next_out); in compress_data() 80 strm->next_out = (Bytef *) (*next_out); in compress_finish()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | compress-debug.c | 73 strm->next_in = (Bytef *) (*next_in); in compress_data() 75 strm->next_out = (Bytef *) (*next_out); in compress_data() 120 strm->next_out = (Bytef *) (*next_out); in compress_finish()
|