Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/btree/
H A Dbt_utils.c184 return ((*t->bt_cmp)(k1, &k2)); in __bt_cmp()
H A Dbtree.h336 int (*bt_cmp)(const DBT *, const DBT *); member
H A Dbt_open.c158 t->bt_cmp = b.compare; in __bt_open()
/openbsd/usr.sbin/ldapd/
H A Dbtree.c434 bt_cmp(struct btree *bt, const struct btval *key1, const struct btval *key2, in bt_cmp() function
1227 rc = bt_cmp(bt, key, &nodekey, &mp->prefix); in btree_search_node()