Searched refs:IWKV_CURSOR_AFTER_LAST (Results 1 – 7 of 7) sorted by relevance
/third_party/ejdb/src/jbi/ |
D | jbi_selection.c | 54 case IWKV_CURSOR_AFTER_LAST: in _jbi_log_cursor_op() 405 ctx->cursor_init = IWKV_CURSOR_AFTER_LAST; in _jbi_select_index_for_orderby() 432 ctx->cursor_init = IWKV_CURSOR_AFTER_LAST; in jbi_selection()
|
/third_party/iowow/src/kv/examples/ |
D | cursors1.c | 73 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_AFTER_LAST, 0)); in run()
|
/third_party/iowow/src/kv/benchmark/ |
D | iwkv_benchmark.c | 127 (reverse ? IWKV_CURSOR_AFTER_LAST : IWKV_CURSOR_BEFORE_FIRST), 0); in db_read_seq()
|
/third_party/iowow/src/kv/ |
D | iwkv.h | 190 IWKV_CURSOR_AFTER_LAST, /**< Set cursor to position after last record */ enumerator
|
/third_party/iowow/src/kv/tests/ |
D | iwkv_test5.c | 86 rc = iwkv_cursor_open(db, &cur1, IWKV_CURSOR_AFTER_LAST, 0); in iwkv_test5_2()
|
D | iwkv_test1.c | 488 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_AFTER_LAST, 0); in iwkv_test1_impl() 497 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_AFTER_LAST, 0); in iwkv_test1_impl()
|
/third_party/iowow/ |
D | README.md | 236 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_AFTER_LAST, 0));
|