Searched refs:IWKV_ERROR_NOTFOUND (Results 1 – 20 of 20) sorted by relevance
/third_party/iowow/src/kv/benchmark/ |
D | iwkv_benchmark.c | 98 if (rc == IWKV_ERROR_NOTFOUND) { in db_get() 112 if (rc == IWKV_ERROR_NOTFOUND) { in db_del() 136 if (rc == IWKV_ERROR_NOTFOUND) { in db_read_seq() 159 } else if (rc == IWKV_ERROR_NOTFOUND) { in db_cursor_to_key()
|
/third_party/ejdb/src/jbi/ |
D | jbi_dup_scanner.c | 22 if (rc == IWKV_ERROR_NOTFOUND) { in _jbi_consume_eq() 48 if (rc == IWKV_ERROR_NOTFOUND) { in _jbi_consume_eq() 131 if (rc == IWKV_ERROR_NOTFOUND) { in _jbi_consume_in_node() 161 if ((rc == IWKV_ERROR_NOTFOUND) && ((expr1_op == JQP_OP_LT) || (expr1_op == JQP_OP_LTE))) { in _jbi_consume_scan() 217 if (rc == IWKV_ERROR_NOTFOUND) { in _jbi_consume_scan() 261 if (rc == IWKV_ERROR_NOTFOUND) { in _jbi_consume_noxpr_scan()
|
D | jbi_uniq_scanner.c | 20 if (rc == IWKV_ERROR_NOTFOUND) { in _jbi_consume_eq() 55 if (rc == IWKV_ERROR_NOTFOUND) { in _jbi_consume_in_node() 93 if ((rc == IWKV_ERROR_NOTFOUND) && ((expr1_op == JQP_OP_LT) || (expr1_op == JQP_OP_LTE))) { in _jbi_consume_scan() 152 if (rc == IWKV_ERROR_NOTFOUND) { in _jbi_consume_scan() 201 if (rc == IWKV_ERROR_NOTFOUND) { in _jbi_consume_noxpr_scan()
|
D | jbi_full_scanner.c | 35 if (rc == IWKV_ERROR_NOTFOUND) { in jbi_full_scanner()
|
D | jbi_consumer.c | 25 if (rc == IWKV_ERROR_NOTFOUND) { in jbi_consumer()
|
D | jbi_sorter_consumer.c | 207 if (rc == IWKV_ERROR_NOTFOUND) { in jbi_sorter_consumer()
|
/third_party/iowow/src/kv/tests/ |
D | iwkv_test1.c | 422 CU_ASSERT_EQUAL_FATAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test1_impl() 434 CU_ASSERT_EQUAL_FATAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test1_impl() 484 CU_ASSERT_EQUAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test1_impl() 491 CU_ASSERT_EQUAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test1_impl() 493 CU_ASSERT_EQUAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test1_impl() 529 CU_ASSERT_EQUAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test1_impl() 547 CU_ASSERT_EQUAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test1_impl() 591 CU_ASSERT_EQUAL(rc2, IWKV_ERROR_NOTFOUND); in iwkv_test1_impl()
|
D | iwkv_test8.c | 229 CU_ASSERT_EQUAL_FATAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test8_2() 252 CU_ASSERT_EQUAL_FATAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test8_2()
|
D | iwkv_test5.c | 69 CU_ASSERT_EQUAL_FATAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test5_2() 100 CU_ASSERT_EQUAL_FATAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test5_2()
|
D | iwkv_test4.c | 163 CU_ASSERT_EQUAL_FATAL(rc, IWKV_ERROR_NOTFOUND); in iwkv_test4_3_impl()
|
/third_party/ejdb/src/jbr/ |
D | README.md | 192 If document is not found `IWKV_ERROR_NOTFOUND` will be returned. 213 < k ERROR: Key not found. (IWKV_ERROR_NOTFOUND) 236 If document is not found `IWKV_ERROR_NOTFOUND` will be returned. 241 If document is not found `IWKV_ERROR_NOTFOUND` will be returned.
|
D | jbr.c | 301 case IWKV_ERROR_NOTFOUND: in _jbr_on_patch() 335 if ((rc == IWKV_ERROR_NOTFOUND) || (rc == IW_ERROR_NOT_EXISTS)) { in _jbr_on_delete() 415 if ((rc == IWKV_ERROR_NOTFOUND) || (rc == IW_ERROR_NOT_EXISTS)) { in _jbr_on_get()
|
/third_party/ejdb/src/ |
D | ejdb2.c | 122 if (rc == IWKV_ERROR_NOTFOUND) { in _jb_coll_load_indexes_lr() 143 if (rc == IWKV_ERROR_NOTFOUND) { in _jb_coll_load_indexes_lr() 182 if (rc == IWKV_ERROR_NOTFOUND) { in _jb_coll_load_meta_lr() 336 if (rc == IWKV_ERROR_NOTFOUND) { in _jb_db_meta_load() 569 } else if (rc == IWKV_ERROR_NOTFOUND) { in _jb_idx_record_add() 582 } else if (rc == IWKV_ERROR_NOTFOUND) { in _jb_idx_record_add() 669 if (rc == IWKV_ERROR_NOTFOUND) { in _jb_idx_fill() 1281 if (upsert && (rc == IWKV_ERROR_NOTFOUND)) { in _jb_patch()
|
/third_party/iowow/src/kv/ |
D | iwkv.h | 65 IWKV_ERROR_NOTFOUND, /**< Key not found (IWKV_ERROR_NOTFOUND) */ enumerator
|
D | iwkv.c | 2593 rc = IWKV_ERROR_NOTFOUND; in _lx_get_lr() 2712 rc = IWKV_ERROR_NOTFOUND; in _lx_del_lw() 3093 rc = IWKV_ERROR_NOTFOUND; in _cursor_get_ge_idx() 3132 rc = IWKV_ERROR_NOTFOUND; in _cursor_to_lr() 3143 rc = IWKV_ERROR_NOTFOUND; in _cursor_to_lr() 3155 rc = IWKV_ERROR_NOTFOUND; in _cursor_to_lr() 3167 rc = IWKV_ERROR_NOTFOUND; in _cursor_to_lr() 3181 rc = IWKV_ERROR_NOTFOUND; in _cursor_to_lr() 3204 if (rc && rc != IWKV_ERROR_NOTFOUND) { in _cursor_to_lr() 3217 case IWKV_ERROR_NOTFOUND: in _kv_ecodefn() [all …]
|
/third_party/ejdb/src/tests/ |
D | ejdb_test1.c | 92 CU_ASSERT_EQUAL(rc, IWKV_ERROR_NOTFOUND); in ejdb_test1_2()
|
/third_party/ejdb/src/bindings/ejdb2_dart/lib/ |
D | ejdb2_dart.dart | 34 EJDB2Error.notFound() : this.fromCode(IWKV_ERROR_NOTFOUND); 40 static int IWKV_ERROR_NOTFOUND = 75001; 46 bool get notFound => code == IWKV_ERROR_NOTFOUND;
|
/third_party/ejdb/src/bindings/ejdb2_dart/test/ |
D | ejdb2_dart_test.dart | 91 assert(e.message.contains('IWKV_ERROR_NOTFOUND'));
|
/third_party/ejdb/ |
D | README.md | 1094 If document is not found `IWKV_ERROR_NOTFOUND` will be returned. 1115 < k ERROR: Key not found. (IWKV_ERROR_NOTFOUND) 1138 If document is not found `IWKV_ERROR_NOTFOUND` will be returned. 1143 If document is not found `IWKV_ERROR_NOTFOUND` will be returned.
|
/third_party/ejdb/src/jql/ |
D | jql.c | 1627 if ((rc == IW_ERROR_NOT_EXISTS) || (rc == IWKV_ERROR_NOTFOUND)) { in _jql_proj_join_matched()
|