Home
last modified time | relevance | path

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

/src/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dextern.h50 #define __bt_put __kdb2_bt_put macro
81 int __bt_put __P((const DB *dbp, DBT *, const DBT *, u_int));
H A Dbt_put.c67 __bt_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) in __bt_put() function
H A Dbt_open.c184 dbp->put = __bt_put; in __bt_open()
/src/lib/libc/db/btree/
H A Dextern.h46 int __bt_put(const DB *dbp, DBT *, const DBT *, u_int);
H A Dbt_put.c61 __bt_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) in __bt_put() function
H A Dbt_open.c176 dbp->put = __bt_put; in __bt_open()