Searched refs:__big_keydata (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | extern.h | 42 #define __big_keydata __kdb2_big_keydata macro 76 int32_t __big_keydata __P((HTAB *, PAGE16 *, DBT *, DBT *, int32_t));
|
| H A D | hash_debug.c | 88 if (__big_keydata(hashp, cursor.pagep, &key, &val,
|
| H A D | hash_bigkey.c | 253 __big_keydata(HTAB *hashp, PAGE16 *pagep, DBT *key, DBT *val, int32_t ndx) in __big_keydata() function
|
| H A D | hash.c | 840 __big_keydata(hashp, cursorp->pagep, key, val, in cursor_get()
|
| /src/lib/libc/db/hash/ |
| H A D | extern.h | 36 int __big_keydata(HTAB *, BUFHEAD *, DBT *, DBT *, int);
|
| H A D | hash_bigkey.c | 494 __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 D | hash.c | 772 if (__big_keydata(hashp, bufp, key, data, 1)) in hash_seq()
|