Home
last modified time | relevance | path

Searched refs:Bytef (Results 1 – 25 of 5678) sorted by relevance

12345678910>>...228

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/zlib/google/
H A Dcompression_utils.cc23 static_assert(sizeof(Bytef) == 1, ""); in GzipCompress()
28 bit_cast<Bytef*>(output_buffer), &compressed_size_long, in GzipCompress()
29 bit_cast<const Bytef*>(input.data()), in GzipCompress()
41 static_assert(sizeof(Bytef) == 1, ""); in GzipCompress()
47 Bytef* compressed_data; in GzipCompress()
60 Bytef* resized_data = in GzipCompress()
82 bit_cast<const Bytef*>(input.data()), in GzipUncompress()
95 bit_cast<Bytef*>(output.data()), &uncompressed_size, in GzipUncompress()
96 bit_cast<const Bytef*>(input.data()), in GzipUncompress()
106 bit_cast<Bytef*>(output->data()), &uncompressed_size, in GzipUncompress()
[all …]
H A Dcompression_utils_portable.h28 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length);
30 int GzipCompressHelper(Bytef* dest,
32 const Bytef* source,
38 Bytef* dest,
40 const Bytef* source,
46 int GzipUncompressHelper(Bytef* dest,
48 const Bytef* source,
52 Bytef* dest,
54 const Bytef* source,
H A Dcompression_utils_portable.cc37 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 …]
/dports/archivers/snappy/snappy-1.1.9/
H A Dsnappy-test.h261 int Compress(Bytef *dest, uLongf *destLen,
262 const Bytef *source, uLong sourceLen);
269 int Uncompress(Bytef *dest, uLongf *destLen,
270 const Bytef *source, uLong sourceLen);
280 int UncompressAtMost(Bytef *dest, uLongf *destLen,
294 int CompressInit(Bytef *dest, uLongf *destLen,
296 int UncompressInit(Bytef *dest, uLongf *destLen,
304 int CompressChunkOrAll(Bytef *dest, uLongf *destLen,
307 int CompressAtMostOrAll(Bytef *dest, uLongf *destLen,
312 int UncompressChunkOrAll(Bytef *dest, uLongf *destLen,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/zlib/google/
H A Dcompression_utils.cc22 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()
63 Bytef* resized_data = in GzipCompress()
85 bit_cast<const Bytef*>(input.data()), in GzipUncompress()
104 bit_cast<Bytef*>(output.data()), &uncompressed_size, in GzipUncompress()
105 bit_cast<const Bytef*>(input.data()), in GzipUncompress()
119 bit_cast<Bytef*>(output->data()), &uncompressed_size, in GzipUncompress()
[all …]
H A Dcompression_utils_portable.h32 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,
H A Dcompression_utils_portable.cc37 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 …]
/dports/lang/v8/v8-9.6.180.12/third_party/zlib/google/
H A Dcompression_utils.cc22 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()
63 Bytef* resized_data = in GzipCompress()
85 bit_cast<const Bytef*>(input.data()), in GzipUncompress()
104 bit_cast<Bytef*>(output.data()), &uncompressed_size, in GzipUncompress()
105 bit_cast<const Bytef*>(input.data()), in GzipUncompress()
119 bit_cast<Bytef*>(output->data()), &uncompressed_size, in GzipUncompress()
[all …]
H A Dcompression_utils_portable.h32 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,
H A Dcompression_utils_portable.cc37 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 …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/third_party/zlib/google/
H A Dcompression_utils_portable.h32 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,
H A Dcompression_utils_portable.cc37 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 …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/third_party/zlib/google/
H A Dcompression_utils_portable.h32 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,
H A Dcompression_utils_portable.cc37 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 …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/third_party/zlib/google/
H A Dcompression_utils_portable.h32 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,
H A Dcompression_utils_portable.cc37 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 …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/third_party/zlib/google/
H A Dcompression_utils_portable.h32 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,
H A Dcompression_utils_portable.cc37 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 …]
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dcompress.cpp21 Bytef* dst = reinterpret_cast<Bytef*>(&output[0]); in compress()
23 const Bytef* src = reinterpret_cast<const Bytef*>(&data[0]); in compress()
44 Bytef* dst = reinterpret_cast<Bytef*>(&output[0]); in decompress()
46 const Bytef* src = reinterpret_cast<const Bytef*>(&data[0]); in decompress()
64 Bytef* dst = reinterpret_cast<Bytef*>(&output[0]); in decompress_known_size()
66 const Bytef* src = reinterpret_cast<const Bytef*>(&data[0]); in decompress_known_size()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_zlib.h38 int ZEXPORT erl_zlib_deflate_start(z_stream *streamp, const Bytef* source,
40 int ZEXPORT erl_zlib_deflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
43 int ZEXPORT erl_zlib_inflate_start(z_stream *streamp, const Bytef* source,
45 int ZEXPORT erl_zlib_inflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
56 int ZEXPORT erl_zlib_compress2 (Bytef* dest, uLongf* destLen,
57 const Bytef* source, uLong sourceLen,
61 int ZEXPORT erl_zlib_uncompress (Bytef* dest, uLongf* destLen,
62 const Bytef* source, uLong sourceLen);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_zlib.h38 int ZEXPORT erl_zlib_deflate_start(z_stream *streamp, const Bytef* source,
40 int ZEXPORT erl_zlib_deflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
43 int ZEXPORT erl_zlib_inflate_start(z_stream *streamp, const Bytef* source,
45 int ZEXPORT erl_zlib_inflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
56 int ZEXPORT erl_zlib_compress2 (Bytef* dest, uLongf* destLen,
57 const Bytef* source, uLong sourceLen,
61 int ZEXPORT erl_zlib_uncompress (Bytef* dest, uLongf* destLen,
62 const Bytef* source, uLong sourceLen);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_zlib.h38 int ZEXPORT erl_zlib_deflate_start(z_stream *streamp, const Bytef* source,
40 int ZEXPORT erl_zlib_deflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
43 int ZEXPORT erl_zlib_inflate_start(z_stream *streamp, const Bytef* source,
45 int ZEXPORT erl_zlib_inflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
56 int ZEXPORT erl_zlib_compress2 (Bytef* dest, uLongf* destLen,
57 const Bytef* source, uLong sourceLen,
61 int ZEXPORT erl_zlib_uncompress (Bytef* dest, uLongf* destLen,
62 const Bytef* source, uLong sourceLen);
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_zlib.h38 int ZEXPORT erl_zlib_deflate_start(z_stream *streamp, const Bytef* source,
40 int ZEXPORT erl_zlib_deflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
43 int ZEXPORT erl_zlib_inflate_start(z_stream *streamp, const Bytef* source,
45 int ZEXPORT erl_zlib_inflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
56 int ZEXPORT erl_zlib_compress2 (Bytef* dest, uLongf* destLen,
57 const Bytef* source, uLong sourceLen,
61 int ZEXPORT erl_zlib_uncompress (Bytef* dest, uLongf* destLen,
62 const Bytef* source, uLong sourceLen);
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_zlib.h38 int ZEXPORT erl_zlib_deflate_start(z_stream *streamp, const Bytef* source,
40 int ZEXPORT erl_zlib_deflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
43 int ZEXPORT erl_zlib_inflate_start(z_stream *streamp, const Bytef* source,
45 int ZEXPORT erl_zlib_inflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
56 int ZEXPORT erl_zlib_compress2 (Bytef* dest, uLongf* destLen,
57 const Bytef* source, uLong sourceLen,
61 int ZEXPORT erl_zlib_uncompress (Bytef* dest, uLongf* destLen,
62 const Bytef* source, uLong sourceLen);
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_zlib.h38 int ZEXPORT erl_zlib_deflate_start(z_stream *streamp, const Bytef* source,
40 int ZEXPORT erl_zlib_deflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
43 int ZEXPORT erl_zlib_inflate_start(z_stream *streamp, const Bytef* source,
45 int ZEXPORT erl_zlib_inflate_chunk(z_stream *streamp, Bytef* dest, uLongf* destLen);
56 int ZEXPORT erl_zlib_compress2 (Bytef* dest, uLongf* destLen,
57 const Bytef* source, uLong sourceLen,
61 int ZEXPORT erl_zlib_uncompress (Bytef* dest, uLongf* destLen,
62 const Bytef* source, uLong sourceLen);

12345678910>>...228