Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c58 static int32_t hash_access __P((HTAB *, ACTION, const DBT *, DBT *));
657 return (hash_access(hashp, HASH_GET, key, data));
678 return (hash_access(hashp, flag == R_NOOVERWRITE ?
700 return (hash_access(hashp, HASH_DELETE, key, NULL));
707 hash_access(hashp, action, key, val) in hash_access() function