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_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_test1.c559 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()
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.h193 IWKV_CURSOR_EQ, /**< Set cursor to the specified key value */ enumerator
Diwkv.c3092 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/
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.md642 < 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/
Dejdb2_dart_test.dart119 log.contains("[INDEX] SELECTED UNIQUE|STR|1 /foo EXPR1: 'foo = :?' INIT: IWKV_CURSOR_EQ"));
/third_party/ejdb/
DREADME.md814 < 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