Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/hash/
H A Dhash.c61 static int hash_access(HTAB *, ACTION, DBT *, DBT *);
531 return (hash_access(hashp, HASH_GET, __UNCONST(key), data)); in hash_get()
549 return (hash_access(hashp, flag == R_NOOVERWRITE ? in hash_put()
567 return hash_access(hashp, HASH_DELETE, __UNCONST(key), NULL); in hash_delete()
574 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val) in hash_access() function