Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/btree/
H A Dbt_get.c66 __bt_get(const DB *dbp, const DBT *key, DBT *data, u_int flags) in __bt_get() function
H A Dextern.h45 int __bt_get(const DB *, const DBT *, DBT *, unsigned int);
H A Dbt_open.c184 dbp->get = __bt_get; in __bt_open()