Searched refs:IWKV_CURSOR_PREV (Results 1 – 12 of 12) sorted by relevance
/third_party/ejdb/src/jbi/ |
D | jbi_dup_scanner.c | 13 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()
|
D | jbi_selection.c | 48 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()
|
D | jbi_full_scanner.c | 11 ? IWKV_CURSOR_PREV : IWKV_CURSOR_NEXT; in jbi_full_scanner()
|
D | jbi_uniq_scanner.c | 107 ? 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/ |
D | iwkv_test5.c | 89 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()
|
D | iwkv_test1.c | 483 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/ |
D | compoundkeys1.c | 102 } while ((rc = iwkv_cursor_to(cur, IWKV_CURSOR_PREV)) == 0); in run()
|
D | cursors1.c | 74 while ((rc = iwkv_cursor_to(cur, IWKV_CURSOR_PREV)) == 0) { in run()
|
/third_party/iowow/src/kv/benchmark/ |
D | iwkv_benchmark.c | 133 rc = iwkv_cursor_to(cur, reverse ? IWKV_CURSOR_PREV : IWKV_CURSOR_NEXT); in db_read_seq()
|
/third_party/iowow/src/kv/ |
D | iwkv.h | 192 IWKV_CURSOR_PREV, /**< Move cursor to the previous record */ enumerator
|
/third_party/iowow/ |
D | README.md | 237 while ((rc = iwkv_cursor_to(cur, IWKV_CURSOR_PREV)) == 0) {
|
/third_party/ejdb/src/ |
D | ejdb2.c | 142 } while (!(rc = iwkv_cursor_to(cur, IWKV_CURSOR_PREV))); in _jb_coll_load_indexes_lr()
|