Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/db/btree/
Dextern.h50 int __bt_put(const DB *dbp, DBT *, const DBT *, unsigned int);
Dbt_put.c70 __bt_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) in __bt_put() function
Dbt_open.c185 dbp->put = __bt_put; in __bt_open()