Home
last modified time | relevance | path

Searched refs:readoptions (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/examples/
Dc_simple_example.c47 rocksdb_readoptions_t *readoptions = rocksdb_readoptions_create(); in main() local
50 rocksdb_get(db, readoptions, key, strlen(key), &len, &err); in main()
73 rocksdb_readoptions_destroy(readoptions); in main()
/rocksdb-6.9/db_stress_tool/
Dbatched_ops_stress.cc117 Status TestGet(ThreadState* thread, const ReadOptions& readoptions, in TestGet() argument
123 ReadOptions readoptionscopy = readoptions; in TestGet()
173 ThreadState* thread, const ReadOptions& readoptions, in TestMultiGet() argument
185 ReadOptions readoptionscopy = readoptions; in TestMultiGet()
248 Status TestPrefixScan(ThreadState* thread, const ReadOptions& readoptions, in TestPrefixScan() argument
269 readoptionscopy[i] = readoptions; in TestPrefixScan()
Dcf_consistency_stress.cc116 Status TestGet(ThreadState* thread, const ReadOptions& readoptions, in TestGet() argument
130 s = db_->Get(readoptions, cfh, key, &from_db); in TestGet()
134 ReadOptions readoptionscopy = readoptions; in TestGet()
237 Status TestPrefixScan(ThreadState* thread, const ReadOptions& readoptions, in TestPrefixScan() argument
249 ReadOptions ro_copy = readoptions; in TestPrefixScan()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc5957 Status GetMany(DB* db, const ReadOptions& readoptions, const Slice& key, in GetMany() argument
5963 ReadOptions readoptionscopy = readoptions; in GetMany()