Home
last modified time | relevance | path

Searched refs:iwkv_get (Results 1 – 15 of 15) sorted by relevance

/third_party/iowow/src/kv/tests/
Diwkv_test1.c173 rc = iwkv_get(db1, &key, &val); in iwkv_test2_impl()
357 rc = iwkv_get(db1, &key, &val); in iwkv_test1_impl()
387 rc = iwkv_get(db1, &key, &val); in iwkv_test1_impl()
399 rc = iwkv_get(db1, &key, &val); in iwkv_test1_impl()
412 rc = iwkv_get(db1, &key, &val); in iwkv_test1_impl()
422 rc = iwkv_get(db1, &key, &val); in iwkv_test1_impl()
434 rc = iwkv_get(db1, &key, &val); in iwkv_test1_impl()
458 rc = iwkv_get(db1, &key, &val); in iwkv_test1_impl()
617 rc = iwkv_get(db1, &key, &val); in iwkv_test1_impl()
724 rc = iwkv_get(db1, &key, &oval); in iwkv_test8_impl()
[all …]
Diwkv_test6.c44 rc = iwkv_get(db, &key, &val); in iwkv_test6_1_impl()
112 rc = iwkv_get(db, &key, &val); in iwkv_test6_2_impl()
Diwkv_test4.c148 rc = iwkv_get(db1, &key, &val); in iwkv_test4_3_impl()
155 rc = iwkv_get(db1, &key, &val); in iwkv_test4_3_impl()
162 rc = iwkv_get(db1, &key, &val); in iwkv_test4_3_impl()
Diwkv_test2.c47 rc = iwkv_get(db1, &key, &val); in iwkv_test2_1()
Diwkv_test7.c63 rc = iwkv_get(db, &key, &val); in iwkv_test7_1_impl()
Diwkv_test10.c81 rc = iwkv_get(db, &key, &val); in iwkv_test10_1_impl()
Diwkv_test3.c142 rc = iwkv_get(ctx.db, &key, &val); in iwkv_test3_impl()
Diwkv_test8.c89 rc = iwkv_get(db, &key, &val); in iwkv_test8_1()
/third_party/iowow/src/kv/examples/
Dexample1.c44 rc = iwkv_get(mydb, &key, &val); in main()
Dcompoundkeys1.c76 RCC(rc, finish, iwkv_get(db, &key, &val)); in run()
/third_party/iowow/src/kv/benchmark/
Diwkv_benchmark.c97 iwrc rc = iwkv_get(bmdb->db, key, val); in db_get()
/third_party/iowow/src/kv/
Diwkv.h330 IW_EXPORT iwrc iwkv_get(IWDB db, const IWKV_val *key, IWKV_val *oval);
Diwkv.c3453 iwrc iwkv_get(IWDB db, const IWKV_val *key, IWKV_val *oval) { in iwkv_get() function
/third_party/iowow/
DREADME.md125 rc = iwkv_get(mydb, &key, &val);
/third_party/ejdb/src/
Dejdb2.c1225 rc = iwkv_get(jbc->cdb, &key, &val); in _jb_patch()
1426 RCC(rc, finish, iwkv_get(jbc->cdb, &key, &val)); in jb_get()
1457 RCC(rc, finish, iwkv_get(jbc->cdb, &key, &val)); in ejdb_del()