Home
last modified time | relevance | path

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

/src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash.c60 static int32_t hash_access __P((HTAB *, ACTION, const DBT *, DBT *));
603 return (hash_access(hashp, HASH_GET, key, data)); in hash_get()
620 return (hash_access(hashp, flag == R_NOOVERWRITE ? in hash_put()
639 return (hash_access(hashp, HASH_DELETE, key, NULL)); in hash_delete()
646 hash_access(HTAB *hashp, ACTION action, const DBT *key, DBT *val) in hash_access() function
/src/lib/libc/db/hash/
H A Dhash.c57 static int hash_access(HTAB *, ACTION, DBT *, DBT *);
530 return (hash_access(hashp, HASH_GET, (DBT *)key, data)); in hash_get()
547 return (hash_access(hashp, flag == R_NOOVERWRITE ? in hash_put()
566 return (hash_access(hashp, HASH_DELETE, (DBT *)key, NULL)); in hash_delete()
573 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val) in hash_access() function