Searched refs:db_put (Results 1 – 8 of 8) sorted by relevance
/third_party/iowow/src/kv/benchmark/ |
D | tc_benchmark.c | 60 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()
|
D | iwkv_benchmark.c | 84 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()
|
D | kyc_benchmark.c | 68 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()
|
D | leveldb_benchmark.c | 80 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()
|
D | bdb_benchmark.c | 69 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()
|
D | wiredtiger_benchmark.c | 128 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()
|
D | lmdb_benchmark.c | 77 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()
|
D | bmbase.c | 34 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()
|