Lines Matching refs:cfh
348 for (auto cfh : column_families_) { in PreloadDbAndReopenAsReadOnly() local
358 s = db_->Merge(write_opts, cfh, key, v); in PreloadDbAndReopenAsReadOnly()
364 s = txn->Merge(cfh, key, v); in PreloadDbAndReopenAsReadOnly()
373 s = db_->Put(write_opts, cfh, key, v); in PreloadDbAndReopenAsReadOnly()
379 s = txn->Put(cfh, key, v); in PreloadDbAndReopenAsReadOnly()
447 auto cfh = column_families_[rand_cf_idx]; in SetOptions() local
448 return db_->SetOptions(cfh, opts); in SetOptions()
764 ColumnFamilyHandle* cfh, in GetWhiteBoxKeys() argument
767 db->GetColumnFamilyMetaData(cfh, &cfmd); in GetWhiteBoxKeys()
859 auto cfh = column_families_[rand_column_families[0]]; in TestIterate() local
860 std::unique_ptr<Iterator> iter(db_->NewIterator(readoptionscopy, cfh)); in TestIterate()
865 key_str = GetWhiteBoxKeys(thread, db_, cfh, rand_keys.size()); in TestIterate()
1372 for (auto cfh : cf_handles) { in TestCheckpoint() local
1373 delete cfh; in TestCheckpoint()