Searched refs:IWKV_CURSOR_EQ (Results 1 – 11 of 11) sorted by relevance
/third_party/ejdb/src/jbi/ |
D | jbi_selection.c | 39 case IWKV_CURSOR_EQ: in _jbi_log_cursor_op() 171 mctx->cursor_init = IWKV_CURSOR_EQ; in _jbi_compute_index_rules() 185 if (mctx->cursor_init != IWKV_CURSOR_EQ) { in _jbi_compute_index_rules() 214 if ((mctx->cursor_init != IWKV_CURSOR_EQ) && (rv->type >= JQVAL_JBLNODE)) { in _jbi_compute_index_rules() 217 mctx->cursor_init = IWKV_CURSOR_EQ; in _jbi_compute_index_rules() 236 if ((aux->orderby_num == 1) && (mctx->cursor_init != IWKV_CURSOR_EQ)) { in _jbi_compute_index_rules()
|
/third_party/iowow/src/kv/tests/ |
D | iwkv_test1.c | 560 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_EQ, &key); in iwkv_test1_impl() 591 rc2 = iwkv_cursor_to_key(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_test5.c | 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_test6.c | 58 rc = iwkv_cursor_open(db, &cur, IWKV_CURSOR_EQ, &key); in iwkv_test6_1_impl()
|
/third_party/iowow/src/kv/benchmark/ |
D | iwkv_benchmark.c | 151 iwrc rc = iwkv_cursor_open(bmdb->db, &cur, IWKV_CURSOR_EQ, key); in db_cursor_to_key()
|
/third_party/iowow/src/kv/ |
D | iwkv.h | 203 IWKV_CURSOR_EQ, /**< Set cursor to the specified key value */ enumerator
|
D | iwkv.c | 2739 if ((op == IWKV_CURSOR_EQ) || (lx->lower->flags & SBLK_DB) || (lx->lower->pnum < 1)) { in _cursor_get_ge_idx() 2771 if (op < IWKV_CURSOR_EQ) { // IWKV_CURSOR_NEXT | IWKV_CURSOR_PREV in _cursor_to_lr() 3670 || (key && (op < IWKV_CURSOR_EQ)) || (op < IWKV_CURSOR_BEFORE_FIRST)) { in iwkv_cursor_open() 3762 if (!cur || ((op != IWKV_CURSOR_EQ) && (op != IWKV_CURSOR_GE))) { in iwkv_cursor_to_key()
|
/third_party/ejdb/src/jbr/ |
D | README.md | 117 [INDEX] MATCHED STR|3 /lastName EXPR1: 'lastName = "Ryan"' INIT: IWKV_CURSOR_EQ 118 [INDEX] SELECTED STR|3 /lastName EXPR1: 'lastName = "Ryan"' INIT: IWKV_CURSOR_EQ
|
/third_party/ejdb/src/jql/ |
D | README.md | 644 < k explain [INDEX] MATCHED STR|3 /lastName EXPR1: 'lastName = Doe' INIT: IWKV_CURSOR_EQ 645 [INDEX] SELECTED STR|3 /lastName EXPR1: 'lastName = Doe' INIT: IWKV_CURSOR_EQ 699 < k explain [INDEX] MATCHED STR|4 /tags EXPR1: '** in ["bestseller"]' INIT: IWKV_CURSOR_EQ 700 [INDEX] SELECTED STR|4 /tags EXPR1: '** in ["bestseller"]' INIT: IWKV_CURSOR_EQ
|
/third_party/ejdb/ |
D | README.md | 821 < k explain [INDEX] MATCHED STR|3 /lastName EXPR1: 'lastName = Doe' INIT: IWKV_CURSOR_EQ 822 [INDEX] SELECTED STR|3 /lastName EXPR1: 'lastName = Doe' INIT: IWKV_CURSOR_EQ 876 < k explain [INDEX] MATCHED STR|4 /tags EXPR1: '** in ["bestseller"]' INIT: IWKV_CURSOR_EQ 877 [INDEX] SELECTED STR|4 /tags EXPR1: '** in ["bestseller"]' INIT: IWKV_CURSOR_EQ 1026 [INDEX] MATCHED STR|3 /lastName EXPR1: 'lastName = "Ryan"' INIT: IWKV_CURSOR_EQ 1027 [INDEX] SELECTED STR|3 /lastName EXPR1: 'lastName = "Ryan"' INIT: IWKV_CURSOR_EQ
|
/third_party/ejdb/src/bindings/ejdb2_dart/test/ |
D | ejdb2_dart_test.dart | 119 log.contains("[INDEX] SELECTED UNIQUE|STR|1 /foo EXPR1: 'foo = :?' INIT: IWKV_CURSOR_EQ"));
|