Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A Dbt_utils.c184 return ((*t->bt_cmp)(k1, &k2)); in __bt_cmp()
H A Dbtree.h334 int (*bt_cmp)(const DBT *, const DBT *); member
H A Dbt_open.c161 t->bt_cmp = b.compare; in __bt_open()