Home
last modified time | relevance | path

Searched refs:IWKV_CURSOR_EQ (Results 1 – 11 of 11) sorted by relevance

/third_party/ejdb/src/jbi/
Djbi_selection.c39 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/
Diwkv_test1.c560 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()
Diwkv_test5.c143 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()
Diwkv_test6.c58 rc = iwkv_cursor_open(db, &cur, IWKV_CURSOR_EQ, &key); in iwkv_test6_1_impl()
/third_party/iowow/src/kv/benchmark/
Diwkv_benchmark.c151 iwrc rc = iwkv_cursor_open(bmdb->db, &cur, IWKV_CURSOR_EQ, key); in db_cursor_to_key()
/third_party/iowow/src/kv/
Diwkv.h203 IWKV_CURSOR_EQ, /**< Set cursor to the specified key value */ enumerator
Diwkv.c2739 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/
DREADME.md117 [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/
DREADME.md644 < 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/
DREADME.md821 < 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/
Dejdb2_dart_test.dart119 log.contains("[INDEX] SELECTED UNIQUE|STR|1 /foo EXPR1: 'foo = :?' INIT: IWKV_CURSOR_EQ"));