Home
last modified time | relevance | path

Searched refs:__big_insert (Results 1 – 6 of 6) sorted by relevance

/src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dextern.h41 #define __big_insert __kdb2_big_insert macro
75 int32_t __big_insert __P((HTAB *, PAGE16 *, const DBT *, const DBT *));
H A Dhash_bigkey.c86 __big_insert(HTAB *hashp, PAGE16 *pagep, const DBT *key, const DBT *val) in __big_insert() function
H A Dhash_page.c538 if (__big_insert(hashp, pagep, key, val))
/src/lib/libc/db/hash/
H A Dextern.h35 int __big_insert(HTAB *, BUFHEAD *, const DBT *, const DBT *);
H A Dhash_bigkey.c82 __big_insert(HTAB *hashp, BUFHEAD *bufp, const DBT *key, const DBT *val) in __big_insert() function
H A Dhash_page.c441 if (__big_insert(hashp, bufp, key, val)) in __addel()