Home
last modified time | relevance | path

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

/third_party/iowow/src/kv/tests/
Diwkv_test5.c55 rc = iwkv_cursor_open(db, &cur1, IWKV_CURSOR_BEFORE_FIRST, 0); in iwkv_test5_2()
66 rc = iwkv_cursor_open(db, &cur1, IWKV_CURSOR_BEFORE_FIRST, 0); in iwkv_test5_2()
86 rc = iwkv_cursor_open(db, &cur1, IWKV_CURSOR_AFTER_LAST, 0); in iwkv_test5_2()
97 rc = iwkv_cursor_open(db, &cur1, IWKV_CURSOR_BEFORE_FIRST, 0); in iwkv_test5_2()
143 rc = iwkv_cursor_open(db, &cur1, IWKV_CURSOR_EQ, &key); in iwkv_test5_1()
155 rc = iwkv_cursor_open(db, &cur2, IWKV_CURSOR_EQ, &key); in iwkv_test5_1()
Diwkv_test1.c482 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_BEFORE_FIRST, 0); in iwkv_test1_impl()
489 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_AFTER_LAST, 0); in iwkv_test1_impl()
498 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_AFTER_LAST, 0); in iwkv_test1_impl()
535 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_BEFORE_FIRST, 0); in iwkv_test1_impl()
560 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_EQ, &key); in iwkv_test1_impl()
634 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_EQ, &key); in iwkv_test1_impl()
655 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_EQ, &key); in iwkv_test1_impl()
741 rc = iwkv_cursor_open(db1, &cur, IWKV_CURSOR_EQ, &key); in iwkv_test8_impl()
Diwkv_test8.c219 rc = iwkv_cursor_open(db, &cur, IWKV_CURSOR_BEFORE_FIRST, 0); in iwkv_test8_2()
242 rc = iwkv_cursor_open(db, &cur, IWKV_CURSOR_BEFORE_FIRST, 0); in iwkv_test8_2()
Diwkv_test6.c58 rc = iwkv_cursor_open(db, &cur, IWKV_CURSOR_EQ, &key); in iwkv_test6_1_impl()
/third_party/iowow/src/kv/examples/
Dcursors1.c60 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_BEFORE_FIRST, 0)); in run()
73 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_AFTER_LAST, 0)); in run()
89 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_GE, &key)); in run()
Dcompoundkeys1.c88 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_GE, &key)); in run()
/third_party/ejdb/src/jbi/
Djbi_dup_scanner.c21 rc = iwkv_cursor_open(idx->idb, &cur, IWKV_CURSOR_GE, &key); in _jbi_consume_eq()
107 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, IWKV_CURSOR_GE, &key)); in _jbi_consume_in_node()
155 iwrc rc = iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, &key); in _jbi_consume_scan()
161 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_scan()
226 RCC(rc, finish, iwkv_cursor_open(midx->idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_noxpr_scan()
Djbi_uniq_scanner.c91 iwrc rc = iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, &key); in _jbi_consume_scan()
96 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_scan()
166 RCC(rc, finish, iwkv_cursor_open(midx->idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_noxpr_scan()
Djbi_full_scanner.c7 iwrc rc = iwkv_cursor_open(ctx->jbc->cdb, &cur, ctx->cursor_init, 0); in jbi_full_scanner()
/third_party/iowow/src/kv/benchmark/
Diwkv_benchmark.c126 iwrc rc = iwkv_cursor_open(bmdb->db, &cur, in db_read_seq()
151 iwrc rc = iwkv_cursor_open(bmdb->db, &cur, IWKV_CURSOR_EQ, key); in db_cursor_to_key()
/third_party/iowow/
DREADME.md213 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_BEFORE_FIRST, 0));
226 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_AFTER_LAST, 0));
242 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_GE, &key));
DChangelog59 * Fixed SEGV in iwkv_cursor_open with zero-length key and IWDB_VNUM64_KEYS (#42)
406 * BUG: Memory leak in `iwkv_cursor_open` on error (#21)
/third_party/iowow/src/kv/
Diwkv.h399 IW_EXPORT WUR iwrc iwkv_cursor_open(
Diwkv.c3663 iwrc iwkv_cursor_open( in iwkv_cursor_open() function
/third_party/ejdb/src/
Dejdb2.c113 rc = iwkv_cursor_open(jbc->db->metadb, &cur, IWKV_CURSOR_GE, &kval); in _jb_coll_load_indexes_lr()
168 rc = iwkv_cursor_open(jbc->cdb, &cur, IWKV_CURSOR_BEFORE_FIRST, 0); in _jb_coll_load_meta_lr()
293 rc = iwkv_cursor_open(db->metadb, &cur, IWKV_CURSOR_BEFORE_FIRST, 0); in _jb_db_meta_load()
617 iwrc rc = iwkv_cursor_open(idx->jbc->cdb, &cur, IWKV_CURSOR_BEFORE_FIRST, 0); in _jb_idx_fill()