Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A Dbt_get.c57 __bt_get(const DB *dbp, const DBT *key, DBT *data, u_int flags) in __bt_get() function
H A Dextern.h41 int __bt_get(const DB *, const DBT *, DBT *, u_int);
H A Dbt_open.c175 dbp->get = __bt_get; in __bt_open()