Searched refs:Bytef (Results 1 - 25 of 60) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dcompress.c23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
63 Bytef *dest;
65 const Bytef *source;
H A Duncompr.c27 Bytef *dest;
29 const Bytef *source;
35 stream.next_in = (Bytef*)source;
H A Dzlib.h83 Bytef *next_in; /* next input byte */
87 Bytef *next_out; /* next output byte should be put there */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */
117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
539 const Bytef *dictionary,
737 const Bytef *dictionary,
1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1010 const Bytef *source, uLong sourceLen));
1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *des
[all...]
H A Dzutil.c150 Bytef* dest;
151 const Bytef* source;
161 const Bytef* s1;
162 const Bytef* s2;
174 Bytef* dest;
H A Dzutil.h235 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
237 extern void zmemzero OF((Bytef* dest, uInt len));
H A Dzconf.h53 # define Bytef z_Bytef macro
268 # define Bytef Byte FAR macro
270 typedef Byte FAR Bytef; typedef
H A Dzconf.in.h53 # define Bytef z_Bytef macro
268 # define Bytef Byte FAR macro
270 typedef Byte FAR Bytef; typedef
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Duncompr.c29 Bytef *dest;
31 const Bytef *source;
37 stream.next_in = (Bytef*)__UNCONST(source);
H A Dcompress.c25 Bytef *dest;
27 const Bytef *source;
65 Bytef *dest;
67 const Bytef *source;
H A Dzlib.h85 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 *des
[all...]
H A Dzutil.c152 Bytef* dest;
153 const Bytef* source;
163 const Bytef* s1;
164 const Bytef* s2;
176 Bytef* dest;
H A Dzutil.h244 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
245 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
246 extern void zmemzero OF((Bytef* dest, uInt len));
H A Dzconf.h57 # define Bytef z_Bytef macro
272 # define Bytef Byte FAR macro
274 typedef Byte FAR Bytef; typedef
H A Dzconf.in.h55 # define Bytef z_Bytef macro
270 # define Bytef Byte FAR macro
272 typedef Byte FAR Bytef; typedef
H A Ddeflate.h99 Bytef *pending_buf; /* output still pending */
101 Bytef *pending_out; /* next pending byte to output to the stream */
115 Bytef *window;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dcompress-debug.c64 strm->next_in = (Bytef *) (*next_in);
66 strm->next_out = (Bytef *) (*next_out);
99 strm->next_out = (Bytef *) (*next_out);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dzlib.h85 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 *des
[all...]
H A Dzutil.c156 Bytef* dest;
157 const Bytef* source;
167 const Bytef* s1;
168 const Bytef* s2;
180 Bytef* dest;
H A Dzconf.h104 typedef Byte Bytef; typedef
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
113 Bytef *window;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.h53 * Byte Bytef EXPORT FAR OF STDC
91 # define Bytef z_Bytef macro
266 # define Bytef Byte FAR macro
268 typedef Byte FAR Bytef; typedef
362 Bytef *next_in; /* next input byte */
366 Bytef *next_out; /* next output byte should be put there */
743 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt);
862 ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp, const Bytef *, uInt);
915 ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLon
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dcompressed_output.cc63 int rc = compress2(reinterpret_cast<Bytef*>(*compressed_data) + header_size,
65 reinterpret_cast<const Bytef*>(uncompressed_data),
105 strm.next_in = const_cast<Bytef*>(compressed_data);
113 strm.next_out = ((Bytef*) uncompressed_data
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcompress.c46 strm.next_in = (Bytef*) compressed_buffer + 12;
54 strm.next_out = ((Bytef*) uncompressed_buffer
103 if (compress ((Bytef*) compressed_buffer + 12,
105 (const Bytef*) uncompressed_buffer,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcompress.c46 strm.next_in = (Bytef*) compressed_buffer + 12;
54 strm.next_out = ((Bytef*) uncompressed_buffer
106 if (compress ((Bytef*) compressed_buffer + 12,
108 (const Bytef*) uncompressed_buffer,
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/smallnet/
H A Dsmallnet.c98 ret = uncompress((Bytef *)kernel_loadaddr, &destlen, kernel_image,

Completed in 119 milliseconds

123