Home
last modified time | relevance | path

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

/src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dextern.h43 #define __big_return __kdb2_big_return macro
77 int32_t __big_return __P((HTAB *, ITEM_INFO *, DBT *, int32_t));
H A Dhash_bigkey.c272 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 Dhash.c735 if (__big_return(hashp, &item_info, val, 0)) in hash_access()
/src/lib/libc/db/hash/
H A Dextern.h37 int __big_return(HTAB *, BUFHEAD *, int, DBT *, int);
H A Dhash_bigkey.c355 __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 Dhash.c673 if (__big_return(hashp, rbufp, ndx, val, 0)) in hash_access()