/third_party/node/deps/zlib/google/ |
D | compression_utils.cc | 21 static_assert(sizeof(Bytef) == 1, ""); in GzipCompress() 26 reinterpret_cast<Bytef*>(output_buffer), &compressed_size_long, in GzipCompress() 27 reinterpret_cast<const Bytef*>(input.data()), in GzipCompress() 43 static_assert(sizeof(Bytef) == 1, ""); in GzipCompress() 49 Bytef* compressed_data; in GzipCompress() 57 reinterpret_cast<const Bytef*>(input.data()), input_size, nullptr, in GzipCompress() 63 Bytef* resized_data = in GzipCompress() 64 reinterpret_cast<Bytef*>(realloc(compressed_data, compressed_data_size)); in GzipCompress() 84 reinterpret_cast<Bytef*>(uncompressed_output.data()), in GzipUncompress() 85 &uncompressed_size, reinterpret_cast<const Bytef*>(input.data()), in GzipUncompress() [all …]
|
D | compression_utils_portable.h | 32 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length); 34 int GzipCompressHelper(Bytef* dest, 36 const Bytef* source, 42 Bytef* dest, 44 const Bytef* source, 50 int GzipUncompressHelper(Bytef* dest, 52 const Bytef* source, 56 Bytef* dest, 58 const Bytef* source,
|
D | compression_utils_portable.cc | 37 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length) { in GetGzipUncompressedSize() 62 int GzipCompressHelper(Bytef* dest, in GzipCompressHelper() 64 const Bytef* source, in GzipCompressHelper() 80 Bytef* dest, in CompressHelper() 82 const Bytef* source, in CompressHelper() 94 stream.next_in = static_cast<z_const Bytef*>(const_cast<Bytef*>(source)); in CompressHelper() 156 int GzipUncompressHelper(Bytef* dest, in GzipUncompressHelper() 158 const Bytef* source, in GzipUncompressHelper() 168 Bytef* dest, in UncompressHelper() 170 const Bytef* source, in UncompressHelper() [all …]
|
/third_party/node/deps/v8/third_party/zlib/google/ |
D | compression_utils.cc | 22 static_assert(sizeof(Bytef) == 1, ""); in GzipCompress() 27 bit_cast<Bytef*>(output_buffer), &compressed_size_long, in GzipCompress() 28 bit_cast<const Bytef*>(input.data()), in GzipCompress() 44 static_assert(sizeof(Bytef) == 1, ""); in GzipCompress() 50 Bytef* compressed_data; in GzipCompress() 57 bit_cast<const Bytef*>(input.data()), in GzipCompress() 63 Bytef* resized_data = in GzipCompress() 64 reinterpret_cast<Bytef*>(realloc(compressed_data, compressed_data_size)); in GzipCompress() 84 bit_cast<Bytef*>(uncompressed_output.data()), &uncompressed_size, in GzipUncompress() 85 bit_cast<const Bytef*>(input.data()), in GzipUncompress() [all …]
|
D | compression_utils_portable.h | 32 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length); 34 int GzipCompressHelper(Bytef* dest, 36 const Bytef* source, 42 Bytef* dest, 44 const Bytef* source, 50 int GzipUncompressHelper(Bytef* dest, 52 const Bytef* source, 56 Bytef* dest, 58 const Bytef* source,
|
D | compression_utils_portable.cc | 37 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length) { in GetGzipUncompressedSize() 62 int GzipCompressHelper(Bytef* dest, in GzipCompressHelper() 64 const Bytef* source, in GzipCompressHelper() 80 Bytef* dest, in CompressHelper() 82 const Bytef* source, in CompressHelper() 94 stream.next_in = static_cast<z_const Bytef*>(const_cast<Bytef*>(source)); in CompressHelper() 156 int GzipUncompressHelper(Bytef* dest, in GzipUncompressHelper() 158 const Bytef* source, in GzipUncompressHelper() 168 Bytef* dest, in UncompressHelper() 170 const Bytef* source, in UncompressHelper() [all …]
|
/third_party/skia/third_party/externals/zlib/google/ |
D | compression_utils.cc | 22 static_assert(sizeof(Bytef) == 1, ""); in GzipCompress() 27 bit_cast<Bytef*>(output_buffer), &compressed_size_long, in GzipCompress() 28 bit_cast<const Bytef*>(input.data()), in GzipCompress() 44 static_assert(sizeof(Bytef) == 1, ""); in GzipCompress() 50 Bytef* compressed_data; in GzipCompress() 57 bit_cast<const Bytef*>(input.data()), in GzipCompress() 63 Bytef* resized_data = in GzipCompress() 64 reinterpret_cast<Bytef*>(realloc(compressed_data, compressed_data_size)); in GzipCompress() 84 bit_cast<Bytef*>(uncompressed_output.data()), &uncompressed_size, in GzipUncompress() 85 bit_cast<const Bytef*>(input.data()), in GzipUncompress() [all …]
|
D | compression_utils_portable.h | 32 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length); 34 int GzipCompressHelper(Bytef* dest, 36 const Bytef* source, 42 Bytef* dest, 44 const Bytef* source, 50 int GzipUncompressHelper(Bytef* dest, 52 const Bytef* source, 56 Bytef* dest, 58 const Bytef* source,
|
D | compression_utils_portable.cc | 37 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length) { in GetGzipUncompressedSize() 62 int GzipCompressHelper(Bytef* dest, in GzipCompressHelper() 64 const Bytef* source, in GzipCompressHelper() 80 Bytef* dest, in CompressHelper() 82 const Bytef* source, in CompressHelper() 94 stream.next_in = static_cast<z_const Bytef*>(const_cast<Bytef*>(source)); in CompressHelper() 156 int GzipUncompressHelper(Bytef* dest, in GzipUncompressHelper() 158 const Bytef* source, in GzipUncompressHelper() 168 Bytef* dest, in UncompressHelper() 170 const Bytef* source, in UncompressHelper() [all …]
|
/third_party/node/deps/zlib/ |
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, 888 const Bytef *dictionary, 911 Bytef *dictionary, 1231 ZEXTERN int ZEXPORT compress(Bytef *dest, uLongf *destLen, [all …]
|
D | compress.c | 22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() 41 stream.next_in = (z_const Bytef *)source; in compress2() 63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress()
|
D | uncompr.c | 27 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress2() 45 stream.next_in = (z_const Bytef *)source; in uncompress2() 82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress()
|
/third_party/skia/third_party/externals/zlib/ |
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 */ 612 const Bytef *dictionary, 656 Bytef *dictionary, 885 const Bytef *dictionary, 908 Bytef *dictionary, 1227 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, [all …]
|
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;
|
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;
|
/third_party/zlib/ |
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 …]
|
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;
|
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;
|
/third_party/node/deps/v8/third_party/zlib/ |
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 …]
|
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;
|
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;
|
/third_party/libwebsockets/win32port/zlib/ |
D | zlib.h | 86 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 */ 579 const Bytef *dictionary, 785 const Bytef *dictionary, 1102 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, 1103 const Bytef *source, uLong sourceLen)); 1116 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, [all …]
|
D | compress.c | 23 Bytef *dest; in compress2() 25 const Bytef *source; 32 stream.next_in = (Bytef*)source; 63 Bytef *dest; in compress() 65 const Bytef *source;
|
/third_party/node/deps/v8/src/snapshot/ |
D | snapshot-compression.cc | 15 uint32_t GetUncompressedSize(const Bytef* compressed_data) { in GetUncompressedSize() 27 static_assert(sizeof(Bytef) == 1, ""); in Compress() 47 bit_cast<const Bytef*>(uncompressed_data->RawData().begin()), in Compress() 70 const Bytef* input_bytef = bit_cast<const Bytef*>(compressed_data.begin()); in Decompress() 82 bit_cast<Bytef*>(snapshot_data.RawData().begin()), in Decompress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
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()
|