Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/btree/
H A Dextern.h38 size_t __bt_defpfx(const DBT *, const DBT *);
H A Dbt_open.c133 b.prefix = __bt_defpfx; in __bt_open()
144 b.prefix = __bt_defpfx; in __bt_open()
H A Dbt_utils.c229 __bt_defpfx(const DBT *a, const DBT *b) in __bt_defpfx() function