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_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_test1.c | 559 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_EQ, &key); in iwkv_test1_impl() 590 rc2 = iwkv_cursor_to_key(cur1, IWKV_CURSOR_EQ, &key); in iwkv_test1_impl() 633 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_EQ, &key); in iwkv_test1_impl() 654 rc = iwkv_cursor_open(db1, &cur1, IWKV_CURSOR_EQ, &key); in iwkv_test1_impl() 740 rc = iwkv_cursor_open(db1, &cur, IWKV_CURSOR_EQ, &key); in iwkv_test8_impl()
|
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 | 193 IWKV_CURSOR_EQ, /**< Set cursor to the specified key value */ enumerator
|
D | iwkv.c | 3092 if (op == IWKV_CURSOR_EQ || (lx->lower->flags & SBLK_DB) || lx->lower->pnum < 1) { in _cursor_get_ge_idx() 3124 if (op < IWKV_CURSOR_EQ) { // IWKV_CURSOR_NEXT | IWKV_CURSOR_PREV in _cursor_to_lr() 4061 (key && op < IWKV_CURSOR_EQ) || op < IWKV_CURSOR_BEFORE_FIRST) { in iwkv_cursor_open() 4161 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 | 642 < k explain [INDEX] MATCHED STR|3 /lastName EXPR1: 'lastName = Doe' INIT: IWKV_CURSOR_EQ 643 [INDEX] SELECTED STR|3 /lastName EXPR1: 'lastName = Doe' INIT: IWKV_CURSOR_EQ 697 < k explain [INDEX] MATCHED STR|4 /tags EXPR1: '** in ["bestseller"]' INIT: IWKV_CURSOR_EQ 698 [INDEX] SELECTED STR|4 /tags EXPR1: '** in ["bestseller"]' 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"));
|
/third_party/ejdb/ |
D | README.md | 814 < k explain [INDEX] MATCHED STR|3 /lastName EXPR1: 'lastName = Doe' INIT: IWKV_CURSOR_EQ 815 [INDEX] SELECTED STR|3 /lastName EXPR1: 'lastName = Doe' INIT: IWKV_CURSOR_EQ 869 < k explain [INDEX] MATCHED STR|4 /tags EXPR1: '** in ["bestseller"]' INIT: IWKV_CURSOR_EQ 870 [INDEX] SELECTED STR|4 /tags EXPR1: '** in ["bestseller"]' INIT: IWKV_CURSOR_EQ 1019 [INDEX] MATCHED STR|3 /lastName EXPR1: 'lastName = "Ryan"' INIT: IWKV_CURSOR_EQ 1020 [INDEX] SELECTED STR|3 /lastName EXPR1: 'lastName = "Ryan"' INIT: IWKV_CURSOR_EQ
|