Lines Matching refs:cursor_step
76 if (mctx->cursor_step) { in _jbi_log_index_rules()
78 _jbi_log_cursor_op(xstr, mctx->cursor_step); in _jbi_log_index_rules()
197 mctx->cursor_step = IWKV_CURSOR_PREV; in _jbi_compute_index_rules()
230 mctx->cursor_step = IWKV_CURSOR_NEXT; in _jbi_compute_index_rules()
239 if (mctx->cursor_step != IWKV_CURSOR_NEXT) { in _jbi_compute_index_rules()
243 if (mctx->cursor_step != IWKV_CURSOR_PREV) { in _jbi_compute_index_rules()
253 mctx->cursor_step = IWKV_CURSOR_NEXT; in _jbi_compute_index_rules()
255 mctx->cursor_step = IWKV_CURSOR_PREV; in _jbi_compute_index_rules()
406 ctx->cursor_step = IWKV_CURSOR_PREV; in _jbi_select_index_for_orderby()
411 ctx->midx.cursor_step = ctx->cursor_step; in _jbi_select_index_for_orderby()
426 ctx->cursor_step = IWKV_CURSOR_NEXT; in jbi_selection()
433 ctx->cursor_step = IWKV_CURSOR_PREV; in jbi_selection()