| /rocksdb-6.9/utilities/transactions/ |
| D | optimistic_transaction_db_impl.cc | 40 OptimisticTransactionDB** dbptr) { in Open() argument 47 Status s = Open(db_options, dbname, column_families, &handles, dbptr); in Open() 62 OptimisticTransactionDB** dbptr) { in Open() argument 65 column_families, handles, dbptr); in Open() 74 OptimisticTransactionDB** dbptr) { in Open() argument 95 *dbptr = new OptimisticTransactionDBImpl(db, occ_options); in Open()
|
| D | pessimistic_transaction_db.cc | 194 const std::string& dbname, TransactionDB** dbptr) { in Open() argument 202 column_families, &handles, dbptr); in Open() 217 std::vector<ColumnFamilyHandle*>* handles, TransactionDB** dbptr) { in Open() argument 256 dbptr); in Open() 294 const std::vector<ColumnFamilyHandle*>& handles, TransactionDB** dbptr) { in WrapDB() argument 296 assert(dbptr != nullptr); in WrapDB() 297 *dbptr = nullptr; in WrapDB() 318 *dbptr = txn_db.release(); in WrapDB() 330 assert(dbptr != nullptr); in WrapStackableDB() 331 *dbptr = nullptr; in WrapStackableDB() [all …]
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_readonly.cc | 130 DB** dbptr, bool /*error_if_log_file_exist*/) { in OpenForReadOnly() argument 131 *dbptr = nullptr; in OpenForReadOnly() 135 s = CompactedDBImpl::Open(options, dbname, dbptr); in OpenForReadOnly() 147 s = DB::OpenForReadOnly(db_options, dbname, column_families, &handles, dbptr); in OpenForReadOnly() 160 std::vector<ColumnFamilyHandle*>* handles, DB** dbptr, in OpenForReadOnly() argument 162 *dbptr = nullptr; in OpenForReadOnly() 191 *dbptr = impl; in OpenForReadOnly()
|
| D | db_impl_secondary.cc | 568 const std::string& secondary_path, DB** dbptr) { in OpenAsSecondary() argument 569 *dbptr = nullptr; in OpenAsSecondary() 578 column_families, &handles, dbptr); in OpenAsSecondary() 590 std::vector<ColumnFamilyHandle*>* handles, DB** dbptr) { in OpenAsSecondary() argument 591 *dbptr = nullptr; in OpenAsSecondary() 641 *dbptr = impl; in OpenAsSecondary()
|
| D | db_impl_open.cc | 1289 Status DB::Open(const Options& options, const std::string& dbname, DB** dbptr) { in Open() argument 1300 Status s = DB::Open(db_options, dbname, column_families, &handles, dbptr); in Open() 1319 std::vector<ColumnFamilyHandle*>* handles, DB** dbptr) { in Open() argument 1322 return DBImpl::Open(db_options, dbname, column_families, handles, dbptr, in Open() 1369 std::vector<ColumnFamilyHandle*>* handles, DB** dbptr, in Open() argument 1381 *dbptr = nullptr; in Open() 1559 *dbptr = impl; in Open() 1655 *dbptr = nullptr; in Open()
|
| D | db_impl.h | 846 std::vector<ColumnFamilyHandle*>* handles, DB** dbptr,
|
| /rocksdb-6.9/utilities/ttl/ |
| D | db_ttl_impl.cc | 59 StackableDB** dbptr, int32_t ttl, bool read_only) { in OpenTtlDB() argument 63 *dbptr = db; in OpenTtlDB() 65 *dbptr = nullptr; in OpenTtlDB() 71 DBWithTTL** dbptr, int32_t ttl, bool read_only) { in Open() argument 80 dbptr, {ttl}, read_only); in Open() 93 std::vector<ColumnFamilyHandle*>* handles, DBWithTTL** dbptr, in Open() argument 118 *dbptr = new DBWithTTLImpl(db); in Open() 120 *dbptr = nullptr; in Open()
|
| /rocksdb-6.9/tools/dump/ |
| D | db_dump_tool.cc | 20 ROCKSDB_NAMESPACE::DB* dbptr; in Run() local 36 &dbptr); in Run() 43 const std::unique_ptr<ROCKSDB_NAMESPACE::DB> db(dbptr); in Run() 135 ROCKSDB_NAMESPACE::DB* dbptr; in Run() local 184 status = ROCKSDB_NAMESPACE::DB::Open(options, undump_options.db_path, &dbptr); in Run() 191 const std::unique_ptr<ROCKSDB_NAMESPACE::DB> db(dbptr); in Run()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | transaction_db.h | 241 const std::string& dbname, TransactionDB** dbptr); 248 TransactionDB** dbptr); 261 TransactionDB** dbptr); 269 const std::vector<ColumnFamilyHandle*>& handles, TransactionDB** dbptr);
|
| D | optimistic_transaction_db.h | 58 OptimisticTransactionDB** dbptr); 63 OptimisticTransactionDB** dbptr); 70 OptimisticTransactionDB** dbptr);
|
| D | db_ttl.h | 54 DBWithTTL** dbptr, int32_t ttl = 0, 60 DBWithTTL** dbptr, std::vector<int32_t> ttls,
|
| D | utility_db.h | 30 StackableDB** dbptr, int32_t ttl = 0, bool read_only = false);
|
| /rocksdb-6.9/db/ |
| D | compacted_db_impl.cc | 137 const std::string& dbname, DB** dbptr) { in Open() argument 138 *dbptr = nullptr; in Open() 154 *dbptr = db.release(); in Open()
|
| D | error_handler_fs_test.cc | 982 DB* dbptr; in TEST_F() local 991 ASSERT_EQ(DB::Open(options[i], dbname_ + std::string(buf), &dbptr), in TEST_F() 993 db.emplace_back(dbptr); in TEST_F() 1083 DB* dbptr; in TEST_F() local 1104 ASSERT_EQ(DB::Open(options[i], dbname_ + std::string(buf), &dbptr), in TEST_F() 1106 db.emplace_back(dbptr); in TEST_F()
|
| D | compacted_db_impl.h | 24 DB** dbptr);
|
| /rocksdb-6.9/include/rocksdb/ |
| D | db.h | 141 DB** dbptr); 151 DB** dbptr, 165 std::vector<ColumnFamilyHandle*>* handles, DB** dbptr, 191 const std::string& secondary_path, DB** dbptr); 214 std::vector<ColumnFamilyHandle*>* handles, DB** dbptr); 232 std::vector<ColumnFamilyHandle*>* handles, DB** dbptr);
|