Searched refs:__big_insert (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | extern.h | 41 #define __big_insert __kdb2_big_insert macro 75 int32_t __big_insert __P((HTAB *, PAGE16 *, const DBT *, const DBT *));
|
| H A D | hash_bigkey.c | 86 __big_insert(HTAB *hashp, PAGE16 *pagep, const DBT *key, const DBT *val) in __big_insert() function
|
| H A D | hash_page.c | 538 if (__big_insert(hashp, pagep, key, val))
|
| /src/lib/libc/db/hash/ |
| H A D | extern.h | 35 int __big_insert(HTAB *, BUFHEAD *, const DBT *, const DBT *);
|
| H A D | hash_bigkey.c | 82 __big_insert(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __big_insert() function
|
| H A D | hash_page.c | 441 if (__big_insert(hashp, bufp, key, val)) in __addel()
|