Home
last modified time | relevance | path

Searched refs:cursor_reverse_step (Results 1 – 3 of 3) sorted by relevance

/third_party/ejdb/src/jbi/
Djbi_dup_scanner.c12 IWKV_cursor_op cursor_reverse_step = IWKV_CURSOR_NEXT; in _jbi_consume_eq() local
45 } while (step && !(rc = iwkv_cursor_to(cur, step > 0 ? midx->cursor_step : cursor_reverse_step))); in _jbi_consume_eq()
180 IWKV_cursor_op cursor_reverse_step = (midx->cursor_step == IWKV_CURSOR_PREV) in _jbi_consume_scan() local
214 } while (step && !(rc = iwkv_cursor_to(cur, step > 0 ? midx->cursor_step : cursor_reverse_step))); in _jbi_consume_scan()
231 IWKV_cursor_op cursor_reverse_step = (midx->cursor_step == IWKV_CURSOR_PREV) in _jbi_consume_noxpr_scan() local
258 } while (step && !(rc = iwkv_cursor_to(cur, step > 0 ? midx->cursor_step : cursor_reverse_step))); 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() local
13 while (step && !(rc = iwkv_cursor_to(cur, step > 0 ? ctx->cursor_step : cursor_reverse_step))) { in jbi_full_scanner()
Djbi_uniq_scanner.c106 IWKV_cursor_op cursor_reverse_step = (midx->cursor_step == IWKV_CURSOR_NEXT) in _jbi_consume_scan() local
149 } while (step && !(rc = iwkv_cursor_to(cur, step > 0 ? midx->cursor_step : cursor_reverse_step))); in _jbi_consume_scan()
167 IWKV_cursor_op cursor_reverse_step = (midx->cursor_step == IWKV_CURSOR_NEXT) in _jbi_consume_noxpr_scan() local
198 } while (step && !(rc = iwkv_cursor_to(cur, step > 0 ? midx->cursor_step : cursor_reverse_step))); in _jbi_consume_noxpr_scan()