Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/hash/
H A Dhash.c65 static int hash_get(const DB *, const DBT *, DBT *, uint32_t);
205 dbp->get = hash_get; in __hash_open()
522 hash_get(const DB *dbp, const DBT *key, DBT *data, uint32_t flag) in hash_get() function