Home
last modified time | relevance | path

Searched refs:persistent_cache (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size); in InsertRawPage()
30 assert(cache_options.persistent_cache); in InsertUncompressedPage()
31 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
42 cache_options.persistent_cache->Insert(key, contents.data.data(), in InsertUncompressedPage()
52 assert(cache_options.persistent_cache); in LookupRawPage()
53 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
79 assert(cache_options.persistent_cache); in LookupUncompressedPage()
80 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc70 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
71 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
108 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
109 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
149 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
150 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
159 cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
160 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size); in InsertRawPage()
30 assert(cache_options.persistent_cache); in InsertUncompressedPage()
31 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
42 cache_options.persistent_cache->Insert(key, contents.data.data(), in InsertUncompressedPage()
52 assert(cache_options.persistent_cache); in LookupRawPage()
53 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
79 assert(cache_options.persistent_cache); in LookupUncompressedPage()
80 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc70 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
71 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
108 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
109 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
149 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
150 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
159 cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
160 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size); in InsertRawPage()
30 assert(cache_options.persistent_cache); in InsertUncompressedPage()
31 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
42 cache_options.persistent_cache->Insert(key, contents.data.data(), in InsertUncompressedPage()
52 assert(cache_options.persistent_cache); in LookupRawPage()
53 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
79 assert(cache_options.persistent_cache); in LookupUncompressedPage()
80 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc70 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
71 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
108 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
109 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
149 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
150 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
159 cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
160 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size); in InsertRawPage()
30 assert(cache_options.persistent_cache); in InsertUncompressedPage()
31 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
42 cache_options.persistent_cache->Insert(key, contents.data.data(), in InsertUncompressedPage()
52 assert(cache_options.persistent_cache); in LookupRawPage()
53 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
79 assert(cache_options.persistent_cache); in LookupUncompressedPage()
80 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc70 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
71 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
108 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
109 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
149 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
150 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
159 cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
160 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size); in InsertRawPage()
30 assert(cache_options.persistent_cache); in InsertUncompressedPage()
31 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
42 cache_options.persistent_cache->Insert(key, contents.data.data(), in InsertUncompressedPage()
52 assert(cache_options.persistent_cache); in LookupRawPage()
53 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
79 assert(cache_options.persistent_cache); in LookupUncompressedPage()
80 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc70 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
71 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
108 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
109 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
149 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
150 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
159 cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
160 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size); in InsertRawPage()
30 assert(cache_options.persistent_cache); in InsertUncompressedPage()
31 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
42 cache_options.persistent_cache->Insert(key, contents.data.data(), in InsertUncompressedPage()
52 assert(cache_options.persistent_cache); in LookupRawPage()
53 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
79 assert(cache_options.persistent_cache); in LookupUncompressedPage()
80 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc70 if (cache_options_.persistent_cache &&
71 !cache_options_.persistent_cache->IsCompressed()) {
108 if (cache_options_.persistent_cache &&
109 cache_options_.persistent_cache->IsCompressed()) {
149 cache_options_.persistent_cache &&
150 cache_options_.persistent_cache->IsCompressed()) {
159 cache_options_.persistent_cache &&
160 !cache_options_.persistent_cache->IsCompressed()) {
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size); in InsertRawPage()
30 assert(cache_options.persistent_cache); in InsertUncompressedPage()
31 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
42 cache_options.persistent_cache->Insert(key, contents.data.data(), in InsertUncompressedPage()
52 assert(cache_options.persistent_cache); in LookupRawPage()
53 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
79 assert(cache_options.persistent_cache); in LookupUncompressedPage()
80 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc70 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
71 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
108 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
109 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
149 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
150 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
159 cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
160 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size) in InsertRawPage()
31 assert(cache_options.persistent_cache); in InsertUncompressedPage()
32 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
43 cache_options.persistent_cache in InsertUncompressedPage()
55 assert(cache_options.persistent_cache); in LookupRawPage()
56 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
82 assert(cache_options.persistent_cache); in LookupUncompressedPage()
83 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc39 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
40 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
81 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
82 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
140 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
141 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
150 read_options_.fill_cache && cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
151 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/databases/rocksdb/rocksdb-6.26.1/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size) in InsertRawPage()
31 assert(cache_options.persistent_cache); in InsertUncompressedPage()
32 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
43 cache_options.persistent_cache in InsertUncompressedPage()
55 assert(cache_options.persistent_cache); in LookupRawPage()
56 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
82 assert(cache_options.persistent_cache); in LookupUncompressedPage()
83 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc39 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
40 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
81 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
82 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
140 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
141 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
150 read_options_.fill_cache && cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
151 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size) in InsertRawPage()
31 assert(cache_options.persistent_cache); in InsertUncompressedPage()
32 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
43 cache_options.persistent_cache in InsertUncompressedPage()
55 assert(cache_options.persistent_cache); in LookupRawPage()
56 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
82 assert(cache_options.persistent_cache); in LookupUncompressedPage()
83 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc39 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
40 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
81 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
82 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
140 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
141 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
150 read_options_.fill_cache && cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
151 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size) in InsertRawPage()
31 assert(cache_options.persistent_cache); in InsertUncompressedPage()
32 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
43 cache_options.persistent_cache in InsertUncompressedPage()
55 assert(cache_options.persistent_cache); in LookupRawPage()
56 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
82 assert(cache_options.persistent_cache); in LookupUncompressedPage()
83 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc39 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
40 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
81 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
82 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
140 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
141 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
150 read_options_.fill_cache && cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
151 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/
H A Dpersistent_cache_helper.cc15 assert(cache_options.persistent_cache); in InsertRawPage()
16 assert(cache_options.persistent_cache->IsCompressed()); in InsertRawPage()
24 cache_options.persistent_cache->Insert(key, data, size) in InsertRawPage()
31 assert(cache_options.persistent_cache); in InsertUncompressedPage()
32 assert(!cache_options.persistent_cache->IsCompressed()); in InsertUncompressedPage()
43 cache_options.persistent_cache in InsertUncompressedPage()
55 assert(cache_options.persistent_cache); in LookupRawPage()
56 assert(cache_options.persistent_cache->IsCompressed()); in LookupRawPage()
82 assert(cache_options.persistent_cache); in LookupUncompressedPage()
83 assert(!cache_options.persistent_cache->IsCompressed()); in LookupUncompressedPage()
[all …]
H A Dblock_fetcher.cc39 if (cache_options_.persistent_cache && in TryGetUncompressBlockFromPersistentCache()
40 !cache_options_.persistent_cache->IsCompressed()) { in TryGetUncompressBlockFromPersistentCache()
81 if (cache_options_.persistent_cache && in TryGetCompressedBlockFromPersistentCache()
82 cache_options_.persistent_cache->IsCompressed()) { in TryGetCompressedBlockFromPersistentCache()
140 cache_options_.persistent_cache && in InsertCompressedBlockToPersistentCacheIfNeeded()
141 cache_options_.persistent_cache->IsCompressed()) { in InsertCompressedBlockToPersistentCacheIfNeeded()
150 read_options_.fill_cache && cache_options_.persistent_cache && in InsertUncompressedBlockToPersistentCacheIfNeeded()
151 !cache_options_.persistent_cache->IsCompressed()) { in InsertUncompressedBlockToPersistentCacheIfNeeded()
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/
H A DScenario.pm53 my %persistent_cache;
1282 $persistent_cache{'named_filter'}{$filter_file}{$filter}
1286 return $persistent_cache{'named_filter'}{$filter_file}{$filter}
1321 return $persistent_cache{'named_filter'}{$filter_file}{$filter}
1373 $persistent_cache{'named_filter'}{$filter_file}{$filter}
1377 return $persistent_cache{'named_filter'}{$filter_file}{$filter}
1416 return $persistent_cache{'named_filter'}{$filter_file}{$filter}
1477 if (defined($persistent_cache{'named_filter'}{$condition}{$filter})
1484 return $persistent_cache{'named_filter'}{$condition}{$filter}
1522 $persistent_cache{'named_filter'}{$condition}{$filter}{'value'} =
[all …]

12345678910