Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/db/btree/
Dextern.h41 size_t __bt_defpfx(const DBT *, const DBT *);
Dbt_open.c134 b.prefix = __bt_defpfx; in __bt_open()
145 b.prefix = __bt_defpfx; in __bt_open()
Dbt_utils.c232 __bt_defpfx(const DBT *a, const DBT *b) in __bt_defpfx() function