Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.c62 static int hash_put(const DB *, DBT *, const DBT *, u_int32_t);
195 dbp->put = hash_put; in __hash_open()
530 hash_put(const DB *dbp, DBT *key, const DBT *data, u_int32_t flag) in hash_put() function