/third_party/iowow/src/kv/tests/ |
D | iwkv_test5.c | 55 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()
|
D | iwkv_test1.c | 482 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()
|
D | iwkv_test8.c | 219 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()
|
D | iwkv_test6.c | 58 rc = iwkv_cursor_open(db, &cur, IWKV_CURSOR_EQ, &key); in iwkv_test6_1_impl()
|
/third_party/iowow/src/kv/examples/ |
D | cursors1.c | 60 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()
|
D | compoundkeys1.c | 88 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_GE, &key)); in run()
|
/third_party/ejdb/src/jbi/ |
D | jbi_dup_scanner.c | 21 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()
|
D | jbi_uniq_scanner.c | 91 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()
|
D | jbi_full_scanner.c | 7 iwrc rc = iwkv_cursor_open(ctx->jbc->cdb, &cur, ctx->cursor_init, 0); in jbi_full_scanner()
|
/third_party/iowow/src/kv/benchmark/ |
D | iwkv_benchmark.c | 126 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/ |
D | README.md | 213 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));
|
D | Changelog | 59 * 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/ |
D | iwkv.h | 399 IW_EXPORT WUR iwrc iwkv_cursor_open(
|
D | iwkv.c | 3663 iwrc iwkv_cursor_open( in iwkv_cursor_open() function
|
/third_party/ejdb/src/ |
D | ejdb2.c | 113 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()
|