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

12

/external/chromium/sdch/open-vcdiff/src/
H A Dchecksum.h34 reinterpret_cast<const Bytef*>(buffer),
42 reinterpret_cast<const Bytef*>(buffer),
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 Dzconf.h53 # define Bytef z_Bytef macro
268 # define Bytef Byte FAR macro
270 typedef Byte FAR Bytef; typedef
/external/qemu/distrib/zlib-1.2.3/
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 Ddeflate.h97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
113 Bytef *window;
/external/zlib/src/
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.c25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (Bytef*)source;
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
588 const Bytef *dictionary,
820 const Bytef *dictionary,
1143 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1144 const Bytef *source, uLong sourceLen));
1157 ZEXTERN int ZEXPORT compress2 OF((Bytef *des
[all...]
H A Dzutil.c153 Bytef* dest;
154 const Bytef* source;
164 const Bytef* s1;
165 const Bytef* s2;
177 Bytef* dest;
H A Dzutil.h212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
213 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
214 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
H A Ddeflate.h100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
116 Bytef *window;
H A Ddeflate.c87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
198 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
325 const Bytef *dictionary;
362 strm->next_in = (Bytef *)dictionary;
474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
570 Bytef *str;
1038 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1076 Bytef *buf;
1151 register Bytef *sca
[all...]
H A Dzconf.h126 # define Bytef z_Bytef macro
372 # define Bytef Byte FAR macro
374 typedef Byte FAR Bytef; typedef
/external/zlib/
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
588 const Bytef *dictionary,
820 const Bytef *dictionary,
1143 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1144 const Bytef *source, uLong sourceLen));
1157 ZEXTERN int ZEXPORT compress2 OF((Bytef *des
[all...]
H A Dzutil.h212 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
213 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
214 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc67 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
89 zcontext_.next_in = static_cast<Bytef*>(const_cast<void*>(in));
105 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
249 zcontext_.next_out = static_cast<Bytef*>(sub_data_);
278 zcontext_.next_in = static_cast<Bytef*>(input_buffer_);
/external/chromium/net/base/
H A Dgzip_filter.cc212 zlib_stream_.get()->next_in = bit_cast<Bytef*>(next_stream_data_);
214 zlib_stream_.get()->next_out = bit_cast<Bytef*>(dest_buffer);
278 zlib_stream_.get()->next_in = bit_cast<Bytef*>(&dummy_head[0]);
280 zlib_stream_.get()->next_out = bit_cast<Bytef*>(&dummy_output[0]);
/external/webkit/Source/WebCore/platform/graphics/
H A DWOFFFileFormat.cpp236 Bytef* dest = reinterpret_cast<Bytef*>(sfnt.end());
238 if (uncompress(dest, &destLen, reinterpret_cast<const Bytef*>(woff->data() + tableOffset), tableCompLength) != Z_OK)
/external/openssl/crypto/comp/
H A Dc_zlib.c58 static int zz_uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
98 typedef int (*compress_ft)(Bytef *dest,uLongf *destLen,
99 const Bytef *source, uLong sourceLen);
305 static int zz_uncompress (Bytef *dest, uLongf *destLen, const Bytef *source,
311 stream.next_in = (Bytef*)source;
/external/zlib/src/test/
H A Dexample.c95 err = compress(compr, &comprLen, (const Bytef*)hello, len);
215 c_stream.next_in = (Bytef*)hello;
390 c_stream.next_in = (Bytef*)hello;
472 (const Bytef*)dictionary, (int)sizeof(dictionary));
479 c_stream.next_in = (Bytef*)hello;
524 err = inflateSetDictionary(&d_stream, (const Bytef*)dictionary,

Completed in 260 milliseconds

12