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

1234

/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...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dchecksum.h34 reinterpret_cast<const Bytef*>(buffer),
42 reinterpret_cast<const Bytef*>(buffer),
/external/open-vcdiff/src/
H A Dchecksum.h34 reinterpret_cast<const Bytef*>(buffer),
42 reinterpret_cast<const Bytef*>(buffer),
/external/chromium_org/third_party/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.c25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (Bytef*)source;
H A Dzlib.h86 Bytef *next_in; /* next input byte */
90 Bytef *next_out; /* next output byte should be put there */
118 Bytef *extra; /* pointer to extra field or Z_NULL if none */
121 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
123 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
584 const Bytef *dictionary,
790 const Bytef *dictionary,
1107 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1108 const Bytef *source, uLong sourceLen));
1121 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.h254 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
255 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
256 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
/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));
/external/zlib/src/
H A Dcompress.c23 Bytef *dest;
25 const Bytef *source;
32 stream.next_in = (z_const Bytef *)source;
63 Bytef *dest;
65 const Bytef *source;
H A Duncompr.c25 Bytef *dest;
27 const Bytef *source;
33 stream.next_in = (z_const 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,
843 Bytef *dictionary,
1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1161 const Bytef *sourc
[all...]
H A Dzutil.c153 Bytef* dest;
154 const Bytef* source;
164 const Bytef* s1;
165 const Bytef* s2;
177 Bytef* dest;
/external/chromium_org/chrome/browser/metrics/
H A Dcompression_utils.cc29 int GzipCompressHelper(Bytef* dest,
31 const Bytef* source,
35 stream.next_in = bit_cast<Bytef*>(source);
78 std::vector<Bytef> compressed_data(kGzipZlibHeaderDifferenceBytes +
84 bit_cast<const Bytef*>(input.data()),
/external/llvm/lib/Support/
H A DCompression.cpp57 (Bytef *)TmpBuffer.get(), &CompressedSize,
58 (const Bytef *)InputBuffer.data(), InputBuffer.size(), CLevel));
73 ::uncompress((Bytef *)TmpBuffer.get(), (uLongf *)&UncompressedSize,
74 (const Bytef *)InputBuffer.data(), InputBuffer.size()));
/external/chromium_org/sdch/open-vcdiff/src/zlib/
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...]
/external/open-vcdiff/src/zlib/
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...]
/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,
843 Bytef *dictionary,
1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1161 const Bytef *sourc
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc67 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
100 zcontext_.next_in = static_cast<Bytef*>(const_cast<void*>(in));
109 zcontext_.next_out = static_cast<Bytef*>(output_buffer_);
255 zcontext_.next_out = static_cast<Bytef*>(sub_data_);
283 zcontext_.next_in = static_cast<Bytef*>(input_buffer_);
/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_);

Completed in 459 milliseconds

1234