Home
last modified time | relevance | path

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

/original-bsd/lib/libc/db/btree/
H A Dextern.h14 size_t __bt_defpfx __P((const DBT *, const DBT *));
H A Dbt_open.c111 b.prefix = __bt_defpfx;
122 b.prefix = __bt_defpfx;
H A Dbt_utils.c207 __bt_defpfx(a, b) in __bt_defpfx() function