Home
last modified time | relevance | path

Searched refs:BEGIN_COMPRESS (Results 1 – 3 of 3) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dcompression_lz4.cc143 #define BEGIN_COMPRESS(dst, dst_capacity, output_too_small) \ macro
168 BEGIN_COMPRESS(dst, dst_capacity, (CompressResult{0, 0})); in Compress()
190 BEGIN_COMPRESS(dst, dst_capacity, (FlushResult{0, true})); in Flush()
212 BEGIN_COMPRESS(dst, dst_capacity, (EndResult{0, true})); in End()
228 #undef BEGIN_COMPRESS
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dcompression_lz4.cc146 #define BEGIN_COMPRESS(dst, dst_capacity, output_too_small) \ macro
171 BEGIN_COMPRESS(dst, dst_capacity, (CompressResult{0, 0})); in Compress()
193 BEGIN_COMPRESS(dst, dst_capacity, (FlushResult{0, true})); in Flush()
215 BEGIN_COMPRESS(dst, dst_capacity, (EndResult{0, true})); in End()
231 #undef BEGIN_COMPRESS
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dcompression_lz4.cc146 #define BEGIN_COMPRESS(dst, dst_capacity, output_too_small) \ macro
171 BEGIN_COMPRESS(dst, dst_capacity, (CompressResult{0, 0})); in Compress()
193 BEGIN_COMPRESS(dst, dst_capacity, (FlushResult{0, true})); in Flush()
215 BEGIN_COMPRESS(dst, dst_capacity, (EndResult{0, true})); in End()
231 #undef BEGIN_COMPRESS