Home
last modified time | relevance | path

Searched refs:__addel (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/db/hash/
H A Dextern.h33 int __addel(HTAB *, BUFHEAD *, const DBT *, const DBT *);
H A Dhash.c647 if (__addel(hashp, rbufp, key, val)) { in hash_access()
678 (__addel(hashp, rbufp, key, val))) { in hash_access()
H A Dhash_page.c394 __addel(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __addel() function