Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/tests/
Djql_test1.c239 int cmp = jbn_compare_nodes(out, eqn, &rc); in _jql_test1_3()
/third_party/ejdb/src/jbl/
Djbl.h712 IW_EXPORT int jbn_compare_nodes(JBL_NODE n1, JBL_NODE n2, iwrc *rcp);
Djbl.c2246 int jbn_compare_nodes(JBL_NODE n1, JBL_NODE n2, iwrc *rcp) { in jbn_compare_nodes() function
/third_party/ejdb/
DChangelog94 * Better floating point numbers comparison in `jbn_compare_nodes()` (jbl.h)
/third_party/ejdb/src/jql/
Djql.c638 int cmp = jbn_compare_nodes(lnode, rv->vnode, rcp); in _jql_cmp_jqval_pair()