Searched refs:hash_access (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/db/hash/ |
H A D | hash.c | 57 static int hash_access(HTAB *, ACTION, DBT *, DBT *); 526 return (hash_access(hashp, HASH_GET, (DBT *)key, data)); in hash_get() 543 return (hash_access(hashp, flag == R_NOOVERWRITE ? in hash_put() 562 return (hash_access(hashp, HASH_DELETE, (DBT *)key, NULL)); in hash_delete() 569 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val) in hash_access() function
|