Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/db/btree/
Dextern.h47 int __bt_put(const DB *dbp, DBT *, const DBT *, u_int);
Dbt_put.c61 __bt_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) in __bt_put() function
Dbt_open.c173 dbp->put = __bt_put; in __bt_open()