Searched refs:hash_access (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/search/ |
D | hash.c | 55 static int hash_access(HTAB *, HASH_ACTION, DBT *, DBT *); 569 return (hash_access(hashp, HASH_GET, (DBT *)key, data)); 590 return (hash_access(hashp, flag == R_NOOVERWRITE ? 610 return (hash_access(hashp, HASH_DELETE, (DBT *)key, NULL)); 617 hash_access(HTAB *hashp, function
|