Searched refs:bt_cmp (Results 1 – 4 of 4) sorted by relevance
184 return ((*t->bt_cmp)(k1, &k2)); in __bt_cmp()
336 int (*bt_cmp)(const DBT *, const DBT *); member
158 t->bt_cmp = b.compare; in __bt_open()
434 bt_cmp(struct btree *bt, const struct btval *key1, const struct btval *key2, in bt_cmp() function1227 rc = bt_cmp(bt, key, &nodekey, &mp->prefix); in btree_search_node()