hash.c | 61 static int hash_access(HTAB *, ACTION, DBT *, DBT *); 531 return (hash_access(hashp, HASH_GET, __UNCONST(key), data)); 549 return (hash_access(hashp, flag == R_NOOVERWRITE ? 567 return hash_access(hashp, HASH_DELETE, __UNCONST(key), NULL); 574 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val) function in typeref:typename:int
|