Searched refs:db_del (Results 1 – 8 of 8) sorted by relevance
/third_party/iowow/src/kv/benchmark/ |
D | tc_benchmark.c | 82 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function 144 bm.db_del = db_del; in main()
|
D | iwkv_benchmark.c | 109 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function 178 bm.db_del = db_del; in main()
|
D | kyc_benchmark.c | 95 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function 175 bm.db_del = db_del; in main()
|
D | leveldb_benchmark.c | 119 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function 191 bm.db_del = db_del; in main()
|
D | bdb_benchmark.c | 108 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function 199 bm.db_del = db_del; in main()
|
D | wiredtiger_benchmark.c | 170 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function 230 bm.db_del = db_del; in main()
|
D | lmdb_benchmark.c | 118 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function 194 bm.db_del = db_del; in main()
|
D | bmbase.c | 37 bool (*db_del)(BMCTX *ctx, const IWKV_val *key, bool sync); member 107 if (!bm.db_del) { in _bm_check() 359 if (!bm.db_del(ctx, &key, sync)) { in _do_delete()
|