Home
last modified time | relevance | path

Searched refs:IWKV_cursor (Results 1 – 18 of 18) sorted by relevance

/third_party/iowow/src/kv/
Diwkv.h193 typedef struct _IWKV_cursor*IWKV_cursor; typedef
401 IWKV_cursor *cur,
411 IW_EXPORT WUR iwrc iwkv_cursor_to(IWKV_cursor cur, IWKV_cursor_op op);
420 IW_EXPORT WUR iwrc iwkv_cursor_to_key(IWKV_cursor cur, IWKV_cursor_op op, const IWKV_val *key);
430 IW_EXPORT iwrc iwkv_cursor_get(IWKV_cursor cur, IWKV_val *okey, IWKV_val *oval);
438 IW_EXPORT iwrc iwkv_cursor_val(IWKV_cursor cur, IWKV_val *oval);
449 IW_EXPORT iwrc iwkv_cursor_copy_val(IWKV_cursor cur, void *vbuf, size_t vbufsz, size_t *vsz);
458 IW_EXPORT iwrc iwkv_cursor_key(IWKV_cursor cur, IWKV_val *okey);
470 IW_EXPORT iwrc iwkv_cursor_copy_key(IWKV_cursor cur, void *kbuf, size_t kbufsz, size_t *ksz, int64_…
472 IW_EXPORT iwrc iwkv_cursor_is_matched_key(IWKV_cursor cur, const IWKV_val *key, bool *ores, int64_t…
[all …]
Diwkv.c1918 for (IWKV_cursor cur = db->cursors; cur; cur = cur->next) { in _sblk_addkv2()
1984 for (IWKV_cursor cur = db->cursors; cur; cur = cur->next) { in _sblk_addkv()
2023 for (IWKV_cursor cur = db->cursors; cur; cur = cur->next) { in _sblk_updatekv()
2081 for (IWKV_cursor cur = db->cursors; cur; cur = cur->next) { in _sblk_rmkv()
2373 for (IWKV_cursor cur = db->cursors; cur; cur = cur->next) { in _lx_split_addkv()
2635 for (IWKV_cursor cur = db->cursors; cur; cur = cur->next) { in _lx_del_sblk_lw()
2751 static WUR iwrc _cursor_to_lr(IWKV_cursor cur, IWKV_cursor_op op) { in _cursor_to_lr()
3644 IW_INLINE iwrc _cursor_close_lw(IWKV_cursor cur) { in _cursor_close_lw()
3649 for (IWKV_cursor c = db->cursors, pc = 0; c; pc = c, c = c->next) { in _cursor_close_lw()
3665 IWKV_cursor *curptr, in iwkv_cursor_open()
[all …]
/third_party/ejdb/src/
Dejdb2_internal.h146 struct _JBEXEC *ctx, IWKV_cursor cur, int64_t id,
209 iwrc jbi_consumer(struct _JBEXEC *ctx, IWKV_cursor cur, int64_t id, int64_t *step, bool *matched, i…
210 iwrc jbi_sorter_consumer(struct _JBEXEC *ctx, IWKV_cursor cur, int64_t id, int64_t *step, bool *mat…
216 bool jbi_node_expr_matched(JQP_AUX *aux, JBIDX idx, IWKV_cursor cur, JQP_EXPR *expr, iwrc *rcp);
221 iwrc jb_cursor_set(JBCOLL jbc, IWKV_cursor cur, int64_t id, JBL jbl);
222 iwrc jb_cursor_del(JBCOLL jbc, IWKV_cursor cur, int64_t id, JBL jbl);
Dejdb2.c103 IWKV_cursor cur; in _jb_coll_load_indexes_lr()
144 IWKV_cursor cur; in _jb_coll_load_meta_lr()
292 IWKV_cursor cur; in _jb_db_meta_load()
611 IWKV_cursor cur; in _jb_idx_fill()
761 iwrc jb_cursor_set(JBCOLL jbc, IWKV_cursor cur, int64_t id, JBL jbl) { in jb_cursor_set()
1489 iwrc jb_cursor_del(JBCOLL jbc, IWKV_cursor cur, int64_t id, JBL jbl) { in jb_cursor_del()
/third_party/ejdb/src/jbi/
Djbi_dup_scanner.c6 IWKV_cursor cur; in _jbi_consume_eq()
71 IWKV_cursor cur = 0; in _jbi_consume_in_node()
140 IWKV_cursor cur; in _jbi_consume_scan()
220 IWKV_cursor cur; in _jbi_consume_noxpr_scan()
Djbi_full_scanner.c5 IWKV_cursor cur; in jbi_full_scanner()
Djbi_uniq_scanner.c80 IWKV_cursor cur; in _jbi_consume_scan()
159 IWKV_cursor cur; in _jbi_consume_noxpr_scan()
Djbi_consumer.c3 iwrc jbi_consumer(struct _JBEXEC *ctx, IWKV_cursor cur, int64_t id, int64_t *step, bool *matched, i… in jbi_consumer()
Djbi_util.c237 bool jbi_node_expr_matched(JQP_AUX *aux, JBIDX idx, IWKV_cursor cur, JQP_EXPR *expr, iwrc *rcp) { in jbi_node_expr_matched()
Djbi_sorter_consumer.c174 struct _JBEXEC *ctx, IWKV_cursor cur, int64_t id, in jbi_sorter_consumer()
/third_party/iowow/src/kv/benchmark/
Diwkv_benchmark.c125 IWKV_cursor cur; in db_read_seq()
149 IWKV_cursor cur; in db_cursor_to_key()
/third_party/iowow/src/kv/tests/
Diwkv_test5.c32 IWKV_cursor cur1; in iwkv_test5_2()
114 IWKV_cursor cur1, cur2; in iwkv_test5_1()
Diwkv_test6.c23 IWKV_cursor cur; in iwkv_test6_1_impl()
Diwkv_test8.c209 IWKV_cursor cur; in iwkv_test8_2()
Diwkv_test1.c480 IWKV_cursor cur1; in iwkv_test1_impl()
701 IWKV_cursor cur; in iwkv_test8_impl()
/third_party/iowow/src/kv/examples/
Dcompoundkeys1.c54 IWKV_cursor cur = 0; in run()
Dcursors1.c45 IWKV_cursor cur = 0; in run()
/third_party/iowow/
DREADME.md198 IWKV_cursor cur = 0;