Home
last modified time | relevance | path

Searched refs:__big_keydata (Results 1 – 7 of 7) sorted by relevance

/src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dextern.h42 #define __big_keydata __kdb2_big_keydata macro
76 int32_t __big_keydata __P((HTAB *, PAGE16 *, DBT *, DBT *, int32_t));
H A Dhash_debug.c88 if (__big_keydata(hashp, cursor.pagep, &key, &val,
H A Dhash_bigkey.c253 __big_keydata(HTAB *hashp, PAGE16 *pagep, DBT *key, DBT *val, int32_t ndx) in __big_keydata() function
H A Dhash.c840 __big_keydata(hashp, cursorp->pagep, key, val, in cursor_get()
/src/lib/libc/db/hash/
H A Dextern.h36 int __big_keydata(HTAB *, BUFHEAD *, DBT *, DBT *, int);
H A Dhash_bigkey.c494 __big_keydata(HTAB *hashp, BUFHEAD *bufp, DBT *key, DBT *val, int set) in __big_keydata() function
564 if (__big_keydata(hashp, big_keyp, &key, &val, 0)) in __big_split()
H A Dhash.c772 if (__big_keydata(hashp, bufp, key, data, 1)) in hash_seq()