Home
last modified time | relevance | path

Searched refs:cursor_init (Results 1 – 8 of 8) sorted by relevance

/third_party/ejdb/src/jbi/
Djbi_selection.c72 if (mctx->cursor_init) { in _jbi_log_index_rules()
74 _jbi_log_cursor_op(xstr, mctx->cursor_init); in _jbi_log_index_rules()
171 mctx->cursor_init = IWKV_CURSOR_EQ; in _jbi_compute_index_rules()
185 if (mctx->cursor_init != IWKV_CURSOR_EQ) { in _jbi_compute_index_rules()
186 if (mctx->expr1 && (mctx->cursor_init == IWKV_CURSOR_GE) && (op != JQP_OP_PREFIX)) { in _jbi_compute_index_rules()
196 mctx->cursor_init = IWKV_CURSOR_GE; in _jbi_compute_index_rules()
214 if ((mctx->cursor_init != IWKV_CURSOR_EQ) && (rv->type >= JQVAL_JBLNODE)) { in _jbi_compute_index_rules()
217 mctx->cursor_init = IWKV_CURSOR_EQ; in _jbi_compute_index_rules()
229 mctx->cursor_init = IWKV_CURSOR_GE; in _jbi_compute_index_rules()
236 if ((aux->orderby_num == 1) && (mctx->cursor_init != IWKV_CURSOR_EQ)) { in _jbi_compute_index_rules()
[all …]
Djbi_uniq_scanner.c91 iwrc rc = iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, &key); in _jbi_consume_scan()
94 midx->cursor_init = IWKV_CURSOR_BEFORE_FIRST; in _jbi_consume_scan()
96 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_scan()
107 if (midx->cursor_init < IWKV_CURSOR_NEXT) { // IWKV_CURSOR_BEFORE_FIRST || IWKV_CURSOR_AFTER_LAST in _jbi_consume_scan()
166 RCC(rc, finish, iwkv_cursor_open(midx->idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_noxpr_scan()
167 if (midx->cursor_init < IWKV_CURSOR_NEXT) { // IWKV_CURSOR_BEFORE_FIRST || IWKV_CURSOR_AFTER_LAST in _jbi_consume_noxpr_scan()
Djbi_dup_scanner.c155 iwrc rc = iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, &key); in _jbi_consume_scan()
159 midx->cursor_init = IWKV_CURSOR_BEFORE_FIRST; in _jbi_consume_scan()
161 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_scan()
169 if (midx->cursor_init < IWKV_CURSOR_NEXT) { // IWKV_CURSOR_BEFORE_FIRST || IWKV_CURSOR_AFTER_LAST in _jbi_consume_scan()
226 RCC(rc, finish, iwkv_cursor_open(midx->idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_noxpr_scan()
227 if (midx->cursor_init < IWKV_CURSOR_NEXT) { // IWKV_CURSOR_BEFORE_FIRST || IWKV_CURSOR_AFTER_LAST in _jbi_consume_noxpr_scan()
Djbi_full_scanner.c7 iwrc rc = iwkv_cursor_open(ctx->jbc->cdb, &cur, ctx->cursor_init, 0); in jbi_full_scanner()
/third_party/libdrm/tests/modetest/
Dcursor.h28 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
Dcursor.c166 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id, in cursor_init() function
Dmodetest.c1735 ret = cursor_init(dev->fd, handles[0], in set_cursors()
/third_party/ejdb/src/
Dejdb2_internal.h171 IWKV_cursor_op cursor_init; /**< Initial index cursor position (optional) */ member
185 IWKV_cursor_op cursor_init; /**< Initial index cursor position (optional) */ member