Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dcompression.h1029 int compress_bound = LZ4_compressBound(static_cast<int>(length)); in LZ4_Compress() local
1030 output->resize(static_cast<size_t>(output_header_len + compress_bound)); in LZ4_Compress()
1043 static_cast<int>(length), compress_bound, 1); in LZ4_Compress()
1047 compress_bound); in LZ4_Compress()
1052 static_cast<int>(length), compress_bound); in LZ4_Compress()
1163 int compress_bound = LZ4_compressBound(static_cast<int>(length)); in LZ4HC_Compress() local
1164 output->resize(static_cast<size_t>(output_header_len + compress_bound)); in LZ4HC_Compress()
1186 static_cast<int>(length), compress_bound); in LZ4HC_Compress()
1190 compress_bound); in LZ4HC_Compress()
1197 compress_bound, level); in LZ4HC_Compress()
[all …]