Home
last modified time | relevance | path

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

/third_party/iowow/src/kv/benchmark/
Dtc_benchmark.c82 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function
144 bm.db_del = db_del; in main()
Diwkv_benchmark.c109 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function
178 bm.db_del = db_del; in main()
Dkyc_benchmark.c95 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function
175 bm.db_del = db_del; in main()
Dleveldb_benchmark.c119 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function
191 bm.db_del = db_del; in main()
Dbdb_benchmark.c108 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function
199 bm.db_del = db_del; in main()
Dwiredtiger_benchmark.c170 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function
230 bm.db_del = db_del; in main()
Dlmdb_benchmark.c118 static bool db_del(BMCTX *ctx, const IWKV_val *key, bool sync) { in db_del() function
194 bm.db_del = db_del; in main()
Dbmbase.c37 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()