Home
last modified time | relevance | path

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

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