Home
last modified time | relevance | path

Searched refs:IWKV_CURSOR_AFTER_LAST (Results 1 – 7 of 7) sorted by relevance

/third_party/ejdb/src/jbi/
Djbi_selection.c54 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/
Dcursors1.c73 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_AFTER_LAST, 0)); in run()
/third_party/iowow/src/kv/benchmark/
Diwkv_benchmark.c127 (reverse ? IWKV_CURSOR_AFTER_LAST : IWKV_CURSOR_BEFORE_FIRST), 0); in db_read_seq()
/third_party/iowow/src/kv/
Diwkv.h190 IWKV_CURSOR_AFTER_LAST, /**< Set cursor to position after last record */ enumerator
/third_party/iowow/src/kv/tests/
Diwkv_test5.c86 rc = iwkv_cursor_open(db, &cur1, IWKV_CURSOR_AFTER_LAST, 0); in iwkv_test5_2()
Diwkv_test1.c488 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/
DREADME.md236 RCC(rc, finish, iwkv_cursor_open(db, &cur, IWKV_CURSOR_AFTER_LAST, 0));