HomeSort by: relevance | last modified time | path
    Searched refs:__bt_put (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/db/btree/
extern.h 50 int __bt_put(const DB *dbp, DBT *, const DBT *, unsigned int);
bt_put.c 57 * __BT_PUT -- Add a btree item to the tree.
70 __bt_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) function in typeref:typename:int
bt_open.c 185 dbp->put = __bt_put;

Completed in 14 milliseconds