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

/freebsd-13-stable/lib/libc/db/hash/
H A Dhash.c63 static int hash_access(HTAB *, ACTION, DBT *, DBT *);
532 return (hash_access(hashp, HASH_GET, (DBT *)key, data));
549 return (hash_access(hashp, flag == R_NOOVERWRITE ?
568 return (hash_access(hashp, HASH_DELETE, (DBT *)key, NULL));
575 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val) function

Completed in 103 milliseconds