Home
last modified time | relevance | path

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

/rocksdb-6.9/include/rocksdb/
Dtable.h224 bool verify_compression = false; member
/rocksdb-6.9/java/rocksjni/
Dtable.cc142 options.verify_compression = static_cast<bool>(jverify_compression); in Java_org_rocksdb_BlockBasedTableConfig_newTableFactoryHandle()
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.h179 {offsetof(struct BlockBasedTableOptions, verify_compression),
Dblock_based_table_builder.cc444 if (table_options.verify_compression) { in Rep()
654 if (type != kNoCompression && r->table_options.verify_compression) { in WriteBlock()
Dblock_based_table_factory.cc401 table_options_.verify_compression); in GetPrintableTableOptions()