Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.c61 static int hash_get(const DB *, const DBT *, DBT *, u_int32_t);
194 dbp->get = hash_get; in __hash_open()
517 hash_get(const DB *dbp, const DBT *key, DBT *data, u_int32_t flag) in hash_get() function