Home
last modified time | relevance | path

Searched refs:db_put (Results 1 – 8 of 8) sorted by relevance

/third_party/iowow/src/kv/benchmark/
Dtc_benchmark.c60 static bool db_put(BMCTX *ctx, const IWKV_val *key, const IWKV_val *val, bool sync) { in db_put() function
144 bm.db_put = db_put; in main()
Diwkv_benchmark.c84 static bool db_put(BMCTX *ctx, const IWKV_val *key, const IWKV_val *val, bool sync) { in db_put() function
178 bm.db_put = db_put; in main()
Dkyc_benchmark.c68 static bool db_put(BMCTX *ctx, const IWKV_val *key, const IWKV_val *val, bool sync) { in db_put() function
174 bm.db_put = db_put; in main()
Dleveldb_benchmark.c80 static bool db_put(BMCTX *ctx, const IWKV_val *key, const IWKV_val *val, bool sync) { in db_put() function
191 bm.db_put = db_put; in main()
Dbdb_benchmark.c69 static bool db_put(BMCTX *ctx, const IWKV_val *key, const IWKV_val *val, bool sync) { in db_put() function
206 bm.db_put = db_put; in main()
Dwiredtiger_benchmark.c128 static bool db_put(BMCTX *ctx, const IWKV_val *key, const IWKV_val *val, bool sync) { in db_put() function
230 bm.db_put = db_put; in main()
Dlmdb_benchmark.c77 static bool db_put(BMCTX *ctx, const IWKV_val *key, const IWKV_val *val, bool sync) { in db_put() function
195 bm.db_put = db_put; in main()
Dbmbase.c34 bool (*db_put)(BMCTX *ctx, const IWKV_val *key, const IWKV_val *val, bool sync); member
99 if (!bm.db_put) { in _bm_check()
342 if (!bm.db_put(ctx, &key, &val, sync)) { in _do_write()