hash_access
return (hash_access(hashp, HASH_GET, __UNCONST(key), data));
return (hash_access(hashp, flag == R_NOOVERWRITE ?
return hash_access(hashp, HASH_DELETE, __UNCONST(key), NULL);
static int hash_access(HTAB *, ACTION, DBT *, DBT *);