Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbi/
Djbi_selection.c3 #define JB_SOLID_EXPRNUM 127 macro
269 struct _JBMIDX marr[static JB_SOLID_EXPRNUM], in _jbi_collect_indexes() argument
273 if (*snp >= JB_SOLID_EXPRNUM - 1) { in _jbi_collect_indexes()
310 for (struct _JBIDX *idx = ctx->jbc->idx; idx && *snp < JB_SOLID_EXPRNUM; idx = idx->next) { in _jbi_collect_indexes()
423 struct _JBMIDX fctx[JB_SOLID_EXPRNUM] = { 0 }; in jbi_selection()