Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock_based_table_builder.cc343 char compressed_cache_key_prefix[BlockBasedTable::kMaxCacheKeyPrefixSize]; member
494 &rep_->compressed_cache_key_prefix[0], in BlockBasedTableBuilder()
824 r->compressed_cache_key_prefix + r->compressed_cache_key_prefix_size, in InsertBlockInCache()
826 Slice key(r->compressed_cache_key_prefix, in InsertBlockInCache()
827 static_cast<size_t>(end - r->compressed_cache_key_prefix)); in InsertBlockInCache()
Dblock_based_table_reader.h504 char compressed_cache_key_prefix[kMaxCacheKeyPrefixSize]; member
Dblock_based_table_reader.cc425 rep->file->file(), &rep->compressed_cache_key_prefix[0], in SetupCacheKeyPrefix()
1401 ckey = GetCacheKey(rep_->compressed_cache_key_prefix, in MaybeReadBlockAndLoadToCache()