Searched refs:IWKV_cursor_op (Results 1 – 7 of 7) sorted by relevance
/third_party/iowow/src/kv/ |
D | iwkv.h | 198 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);
|
D | iwkv.c | 2724 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/ |
D | ejdb2_internal.h | 171 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/ |
D | jbi_dup_scanner.c | 12 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()
|
D | jbi_full_scanner.c | 10 IWKV_cursor_op cursor_reverse_step = (ctx->cursor_step == IWKV_CURSOR_NEXT) in jbi_full_scanner()
|
D | jbi_uniq_scanner.c | 104 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()
|
D | jbi_selection.c | 37 static void _jbi_log_cursor_op(IWXSTR *xstr, IWKV_cursor_op op) { in _jbi_log_cursor_op()
|