Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/btree/
H A Dextern.h39 int __bt_defcmp(const DBT *, const DBT *);
H A Dbt_open.c141 b.compare = __bt_defcmp; in __bt_open()
149 b.compare = __bt_defcmp; in __bt_open()
H A Dbt_utils.c208 __bt_defcmp(const DBT *a, const DBT *b) in __bt_defcmp() function