Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbi/
Djbi_selection.c237 bool desc = (aux->orderby_ptrs[0]->op & 1) != 0; // Desc sort in _jbi_compute_index_rules()
308 struct _JBL_PTR *obp = aux->orderby_num ? aux->orderby_ptrs[0] : 0; in _jbi_collect_indexes()
393 struct _JBL_PTR *obp = aux->orderby_ptrs[0]; in _jbi_select_index_for_orderby()
Djbi_sorter_consumer.c38 JBL_PTR ptr = aux->orderby_ptrs[i]; in _jbi_scan_sorter_cmp()
/third_party/ejdb/src/jql/
Djqp.h286 …JBL_PTR *orderby_ptrs; /**< Order-by pointers, orderby_num - number of pointers alloc… member
/third_party/ejdb/src/jql/inc/
Djqpx.c936 aux->orderby_ptrs = iwpool_alloc(cnt * sizeof(JBL_PTR), aux->pool); in _jqp_finish()
937 if (!aux->orderby_ptrs) { in _jqp_finish()
955 rc = jbl_ptr_alloc_pool(iwxstr_ptr(xstr), &aux->orderby_ptrs[cnt], aux->pool); in _jqp_finish()
957 JBL_PTR ptr = aux->orderby_ptrs[cnt]; in _jqp_finish()