Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/
Djqp.h260 #define JQP_QRY_NOIDX ((jqp_query_mode_t) 0x02U) macro
/third_party/ejdb/src/jbi/
Djbi_selection.c436 …if (!(aux->qmode & JQP_QRY_NOIDX) && ctx->jbc->idx) { // we have indexes associated with collection in jbi_selection()
/third_party/ejdb/src/jql/inc/
Djqpx.c886 aux->qmode |= JQP_QRY_NOIDX; in _jqp_set_noidx()
891 aux->qmode |= (JQP_QRY_NOIDX | JQP_QRY_INVERSE); in _jqp_set_inverse()