Home
last modified time | relevance | path

Searched refs:IWKV_CURSOR_PREV (Results 1 – 12 of 12) sorted by relevance

/third_party/ejdb/src/jbi/
Djbi_dup_scanner.c13 midx->cursor_step = IWKV_CURSOR_PREV; in _jbi_consume_eq()
127 } while (step && !(rc = iwkv_cursor_to(cur, IWKV_CURSOR_PREV))); // !!! only one direction in _jbi_consume_in_node()
158 key.compound = (midx->cursor_step == IWKV_CURSOR_PREV) ? INT64_MIN : INT64_MAX; in _jbi_consume_scan()
180 IWKV_cursor_op cursor_reverse_step = (midx->cursor_step == IWKV_CURSOR_PREV) in _jbi_consume_scan()
181 ? IWKV_CURSOR_NEXT : IWKV_CURSOR_PREV; in _jbi_consume_scan()
231 IWKV_cursor_op cursor_reverse_step = (midx->cursor_step == IWKV_CURSOR_PREV) in _jbi_consume_noxpr_scan()
232 ? IWKV_CURSOR_NEXT : IWKV_CURSOR_PREV; in _jbi_consume_noxpr_scan()
Djbi_selection.c48 case IWKV_CURSOR_PREV: in _jbi_log_cursor_op()
197 mctx->cursor_step = IWKV_CURSOR_PREV; in _jbi_compute_index_rules()
243 if (mctx->cursor_step != IWKV_CURSOR_PREV) { in _jbi_compute_index_rules()
255 mctx->cursor_step = IWKV_CURSOR_PREV; in _jbi_compute_index_rules()
406 ctx->cursor_step = IWKV_CURSOR_PREV; in _jbi_select_index_for_orderby()
433 ctx->cursor_step = IWKV_CURSOR_PREV; in jbi_selection()
Djbi_full_scanner.c11 ? IWKV_CURSOR_PREV : IWKV_CURSOR_NEXT; in jbi_full_scanner()
Djbi_uniq_scanner.c107 ? IWKV_CURSOR_PREV : IWKV_CURSOR_NEXT; in _jbi_consume_scan()
168 ? IWKV_CURSOR_PREV : IWKV_CURSOR_NEXT; in _jbi_consume_noxpr_scan()
/third_party/iowow/src/kv/tests/
Diwkv_test5.c89 rc = iwkv_cursor_to(cur1, IWKV_CURSOR_PREV); in iwkv_test5_2()
226 rc = iwkv_cursor_to(cur1, IWKV_CURSOR_PREV); in iwkv_test5_1()
228 rc = iwkv_cursor_to(cur1, IWKV_CURSOR_PREV); in iwkv_test5_1()
236 rc = iwkv_cursor_to(cur1, IWKV_CURSOR_PREV); in iwkv_test5_1()
Diwkv_test1.c483 rc = iwkv_cursor_to(cur1, IWKV_CURSOR_PREV); in iwkv_test1_impl()
500 rc = iwkv_cursor_to(cur1, IWKV_CURSOR_PREV); in iwkv_test1_impl()
515 rc2 = iwkv_cursor_to(cur1, IWKV_CURSOR_PREV); in iwkv_test1_impl()
528 } while (!(rc = iwkv_cursor_to(cur1, IWKV_CURSOR_PREV))); in iwkv_test1_impl()
/third_party/iowow/src/kv/examples/
Dcompoundkeys1.c102 } while ((rc = iwkv_cursor_to(cur, IWKV_CURSOR_PREV)) == 0); in run()
Dcursors1.c74 while ((rc = iwkv_cursor_to(cur, IWKV_CURSOR_PREV)) == 0) { in run()
/third_party/iowow/src/kv/benchmark/
Diwkv_benchmark.c133 rc = iwkv_cursor_to(cur, reverse ? IWKV_CURSOR_PREV : IWKV_CURSOR_NEXT); in db_read_seq()
/third_party/iowow/src/kv/
Diwkv.h192 IWKV_CURSOR_PREV, /**< Move cursor to the previous record */ enumerator
/third_party/iowow/
DREADME.md237 while ((rc = iwkv_cursor_to(cur, IWKV_CURSOR_PREV)) == 0) {
/third_party/ejdb/src/
Dejdb2.c142 } while (!(rc = iwkv_cursor_to(cur, IWKV_CURSOR_PREV))); in _jb_coll_load_indexes_lr()