Searched refs:_JBIDX (Results 1 – 2 of 2) sorted by relevance
88 struct _JBIDX;89 typedef struct _JBIDX*JBIDX;105 struct _JBIDX { struct106 struct _JBIDX *next; /**< Next index in chain */ argument
5 static void _jbi_print_index(struct _JBIDX *idx, IWXSTR *xstr) { in _jbi_print_index()310 for (struct _JBIDX *idx = ctx->jbc->idx; idx && *snp < JB_SOLID_EXPRNUM; idx = idx->next) { in _jbi_collect_indexes()391 static struct _JBIDX *_jbi_select_index_for_orderby(JBEXEC *ctx) { in _jbi_select_index_for_orderby()395 for (struct _JBIDX *idx = ctx->jbc->idx; idx; idx = idx->next) { in _jbi_select_index_for_orderby()