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