Searched refs:__addel (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/db/hash/ |
H A D | extern.h | 33 int __addel(HTAB *, BUFHEAD *, const DBT *, const DBT *);
|
H A D | hash.c | 647 if (__addel(hashp, rbufp, key, val)) { in hash_access() 678 (__addel(hashp, rbufp, key, val))) { in hash_access()
|
H A D | hash_page.c | 394 __addel(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __addel() function
|