/external/zlib/src/ |
D | zlib.h | 86 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 *source, uLong sourceLen)); [all …]
|
D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 32 stream.next_in = (z_const Bytef *)source; 63 Bytef *dest; in compress() 65 const Bytef *source;
|
D | uncompr.c | 25 Bytef *dest; in uncompress() 27 const Bytef *source; 33 stream.next_in = (z_const Bytef *)source;
|
D | zutil.h | 213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 215 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
D | zutil.c | 153 Bytef* dest; in zmemcpy() 154 const Bytef* source; 164 const Bytef* s1; in zmemcmp() 165 const Bytef* s2; 177 Bytef* dest; in zmemzero()
|
/external/zlib/ |
D | zlib.h | 86 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 *source, uLong sourceLen)); [all …]
|
D | zutil.h | 213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 215 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
/external/opencv3/3rdparty/zlib/ |
D | zlib.h | 86 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 *source, uLong sourceLen)); [all …]
|
D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 32 stream.next_in = (z_const Bytef *)source; 63 Bytef *dest; in compress() 65 const Bytef *source;
|
D | uncompr.c | 25 Bytef *dest; in uncompress() 27 const Bytef *source; 33 stream.next_in = (z_const Bytef *)source;
|
D | zutil.h | 213 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 215 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
D | zutil.c | 153 Bytef* dest; in zmemcpy() 154 const Bytef* source; 164 const Bytef* s1; in zmemcmp() 165 const Bytef* s2; 177 Bytef* dest; in zmemzero()
|
/external/pdfium/third_party/zlib_v128/ |
D | compress.c | 23 Bytef *dest, in compress2() 25 const Bytef *source, in compress2() 32 stream.next_in = (z_const Bytef *)source; in compress2() 63 Bytef *dest, in compress() 65 const Bytef *source, in compress()
|
D | zlib.h | 155 z_const Bytef *next_in; /* next input byte */ 159 Bytef *next_out; /* next output byte should be put there */ 186 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 189 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 191 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 657 const Bytef *dictionary, 889 const Bytef *dictionary, 912 Bytef *dictionary, 1229 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1230 const Bytef *source, uLong sourceLen)); [all …]
|
D | uncompr.c | 25 Bytef *dest, in uncompress() 27 const Bytef *source, in uncompress() 33 stream.next_in = (z_const Bytef *)source; in uncompress()
|
D | zutil.h | 215 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 216 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 217 void ZLIB_INTERNAL zmemzero OF((Bytef* dest, uInt len));
|
D | zutil.c | 154 Bytef* dest, in zmemcpy() 155 const Bytef* source, in zmemcpy() 165 const Bytef* s1, in zmemcmp() 166 const Bytef* s2, in zmemcmp() 178 Bytef* dest, in zmemzero()
|
/external/llvm/lib/Support/ |
D | Compression.cpp | 56 (Bytef *)CompressedBuffer.data(), &CompressedSize, in compress() 57 (const Bytef *)InputBuffer.data(), InputBuffer.size(), CLevel)); in compress() 70 (Bytef *)UncompressedBuffer.data(), (uLongf *)&UncompressedSize, in uncompress() 71 (const Bytef *)InputBuffer.data(), InputBuffer.size())); in uncompress() 80 return ::crc32(0, (const Bytef *)Buffer.data(), Buffer.size()); in crc32()
|
/external/freetype/src/gzip/ |
D | zutil.h | 179 extern void zmemcpy OF((Bytef* dest, const Bytef* source, uInt len)); 180 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len)); 181 extern void zmemzero OF((Bytef* dest, uInt len)); 205 typedef uLong (*check_func) OF((uLong check, const Bytef *buf,
|
D | zutil.c | 18 Bytef* dest; in zmemcpy() 19 const Bytef* source; 29 const Bytef* s1; in zmemcmp() 30 const Bytef* s2; 42 Bytef* dest; in zmemzero()
|
D | infutil.h | 54 Bytef *window; /* sliding window */ 55 Bytef *end; /* one byte after sliding window */ 56 Bytef *read; /* window read pointer */ 57 Bytef *write; /* window write pointer */
|
D | zlib.h | 69 Bytef *next_in; /* next input byte */ 73 Bytef *next_out; /* next output byte should be put there */ 775 ZEXTERN(uLong) adler32 OF((uLong adler, const Bytef *buf, uInt len));
|
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfZipCompressor.cpp | 156 if (Z_OK != ::compress ((Bytef *)_outBuffer, &outSize, in compress() 157 (const Bytef *) _tmpBuffer, inSize)) in compress() 189 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer, &outSize, in uncompress() 190 (const Bytef *) inPtr, inSize)) in uncompress()
|
/external/curl/lib/ |
D | content_encoding.c | 96 Bytef *orig_in = z->next_in; in inflate_stream() 112 z->next_out = (Bytef *)decomp; in inflate_stream() 186 z->next_in = (Bytef *)k->str; in Curl_unencode_deflate_write() 308 z->next_in = (Bytef *)k->str; in Curl_unencode_gzip_write() 339 z->next_in = (Bytef *)k->str + hlen; in Curl_unencode_gzip_write() 390 z->next_in = (Bytef *)k->str + hlen + nread - z->avail_in; in Curl_unencode_gzip_write() 411 z->next_in = (Bytef *)k->str; in Curl_unencode_gzip_write()
|
/external/libmicrohttpd/src/microspdy/ |
D | compression.c | 260 Bytef out[SPDYF_ZLIB_CHUNK]; in SPDYF_zlib_deflate() 284 strm->next_in = (Bytef *)src; in SPDYF_zlib_deflate() 358 Bytef out[SPDYF_ZLIB_CHUNK]; in SPDYF_zlib_inflate() 382 strm->next_in = (Bytef *) src; in SPDYF_zlib_inflate()
|