Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_factory.cc181 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParsePlainTableOptions()
205 (iter->second.verification != OptionVerificationType::kByName && in GetPlainTableOptionsFromMap()
206 iter->second.verification != in GetPlainTableOptionsFromMap()
208 iter->second.verification != in GetPlainTableOptionsFromMap()
210 iter->second.verification != OptionVerificationType::kDeprecated)) { in GetPlainTableOptionsFromMap()
/rocksdb-6.9/table/block_based/
Dblock_based_table_factory.cc445 if (iter->second.verification == OptionVerificationType::kDeprecated) { in GetOptionString()
538 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParseBlockBasedTableOption()
577 (iter->second.verification != OptionVerificationType::kByName && in GetBlockBasedTableOptionsFromMap()
578 iter->second.verification != in GetBlockBasedTableOptionsFromMap()
580 iter->second.verification != in GetBlockBasedTableOptionsFromMap()
582 iter->second.verification != OptionVerificationType::kDeprecated)) { in GetBlockBasedTableOptionsFromMap()
611 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyBlockBasedTableFactory()
/rocksdb-6.9/options/
Doptions_parser.cc623 if (type_info.verification == OptionVerificationType::kByName || in AreEqualOptions()
624 type_info.verification == in AreEqualOptions()
626 type_info.verification == OptionVerificationType::kByNameAllowNull) { in AreEqualOptions()
640 if (type_info.verification == in AreEqualOptions()
645 } else if (type_info.verification == in AreEqualOptions()
743 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyDBOptions()
781 if (pair.second.verification == OptionVerificationType::kDeprecated) { in VerifyCFOptions()
Doptions_helper.cc383 if (opt_info.verification == OptionVerificationType::kDeprecated) { in ParseSingleStructOption()
805 if (opt_info.verification == OptionVerificationType::kDeprecated) { in GetMutableOptionsFromStrings()
1078 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParseColumnFamilyOption()
1084 switch (opt_info.verification) { in ParseColumnFamilyOption()
1133 if (iter->second.verification == OptionVerificationType::kDeprecated) { in GetStringFromStruct()
1212 if (opt_info.verification != OptionVerificationType::kDeprecated && in ParseDBOption()
1218 switch (opt_info.verification) { in ParseDBOption()
Doptions_helper.h108 OptionVerificationType verification; member
/rocksdb-6.9/db/
Ddb_options_test.cc42 opt.second.verification != OptionVerificationType::kDeprecated) { in GetMutableDBOptionsMap()
58 opt.second.verification != OptionVerificationType::kDeprecated) { in GetMutableCFOptionsMap()
/rocksdb-6.9/
DHISTORY.md318 * Add support for block checksums verification for external SST files before ingestion.
322 * Enable properties block checksum verification for block-based tables.