Searched refs:input_length (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/util/ |
| D | compression.h | 653 size_t* input_length, in GetDecompressedSizeInfo() argument 660 *input_length -= (new_input_data - *input_data); in GetDecompressedSizeInfo() 802 _stream.avail_in = static_cast<unsigned int>(input_length); 848 (void)input_length; 950 _stream.avail_in = static_cast<unsigned int>(input_length); 993 (void)input_length; 1078 size_t input_length, 1093 if (input_length < 8) { 1097 input_length -= 8; 1127 (void)input_length; [all …]
|
| /rocksdb-6.9/port/win/ |
| D | xpress_win.cc | 129 char* Decompress(const char* input_data, size_t input_length, in Decompress() argument 135 if (input_length == 0) { in Decompress() 165 input_length, // Compressed data size in Decompress() 203 input_length, in Decompress()
|
| D | xpress_win.h | 22 char* Decompress(const char* input_data, size_t input_length,
|
| /rocksdb-6.9/port/ |
| D | port_example.h | 81 extern bool Snappy_Compress(const char* input, size_t input_length, 97 extern bool Snappy_Uncompress(const char* input_data, size_t input_length,
|