Home
last modified time | relevance | path

Searched refs:_JBIDX (Results 1 – 2 of 2) sorted by relevance

/third_party/ejdb/src/
Dejdb2_internal.h88 struct _JBIDX;
89 typedef struct _JBIDX*JBIDX;
105 struct _JBIDX { struct
106 struct _JBIDX *next; /**< Next index in chain */ argument
/third_party/ejdb/src/jbi/
Djbi_selection.c5 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()