Home
last modified time | relevance | path

Searched refs:_JBMIDX (Results 1 – 4 of 4) sorted by relevance

/third_party/ejdb/src/jbi/
Djbi_selection.c60 static void _jbi_log_index_rules(IWXSTR *xstr, struct _JBMIDX *mctx) { in _jbi_log_index_rules()
86 IW_INLINE int _jbi_idx_expr_op_weight(struct _JBMIDX *midx) { in _jbi_idx_expr_op_weight()
132 static iwrc _jbi_compute_index_rules(JBEXEC *ctx, struct _JBMIDX *mctx) { in _jbi_compute_index_rules()
269 struct _JBMIDX marr[static JB_SOLID_EXPRNUM], in _jbi_collect_indexes()
311 struct _JBMIDX mctx = { .filter = f }; in _jbi_collect_indexes()
372 struct _JBMIDX *d1 = (struct _JBMIDX*) o1; in _jbi_idx_cmp()
373 struct _JBMIDX *d2 = (struct _JBMIDX*) o2; in _jbi_idx_cmp()
423 struct _JBMIDX fctx[JB_SOLID_EXPRNUM] = { 0 }; in jbi_selection()
442 struct _JBMIDX *midx = &ctx->midx; in jbi_selection()
Djbi_uniq_scanner.c10 struct _JBMIDX *midx = &ctx->midx; in _jbi_consume_eq()
41 struct _JBMIDX *midx = &ctx->midx; in _jbi_consume_in_node()
85 struct _JBMIDX *midx = &ctx->midx; in _jbi_consume_scan()
166 struct _JBMIDX *midx = &ctx->midx; in _jbi_consume_noxpr_scan()
212 struct _JBMIDX *midx = &ctx->midx; in jbi_uniq_scanner()
Djbi_dup_scanner.c10 struct _JBMIDX *midx = &ctx->midx; in _jbi_consume_eq()
74 struct _JBMIDX *midx = &ctx->midx; in _jbi_consume_in_node()
149 struct _JBMIDX *midx = &ctx->midx; in _jbi_consume_scan()
230 struct _JBMIDX *midx = &ctx->midx; in _jbi_consume_noxpr_scan()
272 struct _JBMIDX *midx = &ctx->midx; in jbi_dup_scanner()
/third_party/ejdb/src/
Dejdb2_internal.h168 struct _JBMIDX { struct
190 struct _JBMIDX midx; /**< Index matching context */ argument