Searched refs:__big_return (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | extern.h | 43 #define __big_return __kdb2_big_return macro 77 int32_t __big_return __P((HTAB *, ITEM_INFO *, DBT *, int32_t));
|
| H A D | hash_bigkey.c | 272 return (__big_return(hashp, &ii, val, 1)); in __big_keydata() 307 __big_return(HTAB *hashp, ITEM_INFO *item_info, DBT *val, in __big_return() function
|
| H A D | hash.c | 735 if (__big_return(hashp, &item_info, val, 0)) in hash_access()
|
| /src/lib/libc/db/hash/ |
| H A D | extern.h | 37 int __big_return(HTAB *, BUFHEAD *, int, DBT *, int);
|
| H A D | hash_bigkey.c | 355 __big_return(HTAB *hashp, BUFHEAD *bufp, int ndx, DBT *val, int set_current) in __big_return() function 526 if (__big_return(hashp, bufp, 1, val, set)) in collect_key()
|
| H A D | hash.c | 673 if (__big_return(hashp, rbufp, ndx, val, 0)) in hash_access()
|