Home
last modified time | relevance | path

Searched refs:IWKV_cursor_op (Results 1 – 7 of 7) sorted by relevance

/third_party/iowow/src/kv/
Diwkv.h198 typedef enum IWKV_cursor_op { enum
205 } IWKV_cursor_op; typedef
402 IWKV_cursor_op op,
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);
Diwkv.c2724 IW_INLINE WUR iwrc _cursor_get_ge_idx(IWLCTX *lx, IWKV_cursor_op op, uint8_t *oidx) { in _cursor_get_ge_idx()
2751 static WUR iwrc _cursor_to_lr(IWKV_cursor cur, IWKV_cursor_op op) { in _cursor_to_lr()
3666 IWKV_cursor_op op, in iwkv_cursor_open()
3746 iwrc iwkv_cursor_to(IWKV_cursor cur, IWKV_cursor_op op) { in iwkv_cursor_to()
3760 iwrc iwkv_cursor_to_key(IWKV_cursor cur, IWKV_cursor_op op, const IWKV_val *key) { in iwkv_cursor_to_key()
/third_party/ejdb/src/
Dejdb2_internal.h171 IWKV_cursor_op cursor_init; /**< Initial index cursor position (optional) */
172 IWKV_cursor_op cursor_step; /**< Next index cursor step */
185 IWKV_cursor_op cursor_init; /**< Initial index cursor position (optional) */
186 IWKV_cursor_op cursor_step; /**< Next index cursor step */
/third_party/ejdb/src/jbi/
Djbi_dup_scanner.c12 IWKV_cursor_op cursor_reverse_step = IWKV_CURSOR_NEXT; in _jbi_consume_eq()
173 IWKV_cursor_op cursor_reverse_step = (midx->cursor_step == IWKV_CURSOR_PREV) in _jbi_consume_scan()
223 IWKV_cursor_op cursor_reverse_step = (midx->cursor_step == IWKV_CURSOR_PREV) in _jbi_consume_noxpr_scan()
Djbi_full_scanner.c10 IWKV_cursor_op cursor_reverse_step = (ctx->cursor_step == IWKV_CURSOR_NEXT) in jbi_full_scanner()
Djbi_uniq_scanner.c104 IWKV_cursor_op cursor_reverse_step = (midx->cursor_step == IWKV_CURSOR_NEXT) in _jbi_consume_scan()
163 IWKV_cursor_op cursor_reverse_step = (midx->cursor_step == IWKV_CURSOR_NEXT) in _jbi_consume_noxpr_scan()
Djbi_selection.c37 static void _jbi_log_cursor_op(IWXSTR *xstr, IWKV_cursor_op op) { in _jbi_log_cursor_op()