Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/db/hash/
Dhash.c61 static int hash_put(const DB *, DBT *, const DBT *, u_int32_t);
194 dbp->put = hash_put; in __hash_open()
519 hash_put(const DB *dbp, DBT *key, const DBT *data, u_int32_t flag) in hash_put() function