Home
last modified time | relevance | path

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

/dports/editors/tweak/tweak-3.02/
H A Dbtree.h53 BT_REL_EQ, BT_REL_LT, BT_REL_LE, BT_REL_GT, BT_REL_GE enumerator
H A Dbtree.c1002 assert(relation == BT_REL_LT || relation == BT_REL_GT); in bt_findrelpos()
1042 else if (relation == BT_REL_GT) in bt_findrelpos()
1052 else if (relation == BT_REL_GT || relation == BT_REL_GE) in bt_findrelpos()
1939 if (rel == BT_REL_GT || rel == BT_REL_GE) { in bt_split()
1941 rel = (rel == BT_REL_GT ? BT_REL_LE : BT_REL_LT); in bt_split()
2303 BT_REL_EQ, BT_REL_GE, BT_REL_LE, BT_REL_LT, BT_REL_GT in findtest()
2332 else if (rel == BT_REL_GT) in findtest()
2341 } else if (rel == BT_REL_GT || rel == BT_REL_GE) { in findtest()
2368 realret = bt_findrelpos(tree, NULL, NULL, BT_REL_GT, &index); in findtest()