Searched refs:__big_return (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/krb5/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 | 51 * __big_return 283 /* Create an item_info to direct __big_return to the beginning pgno. */ 285 return (__big_return(hashp, &ii, val, 1)); 327 __big_return(hashp, item_info, val, on_bigkey_page) function 441 * Does the work for __big_return.
|
H A D | hash.c | 796 if (__big_return(hashp, &item_info, val, 0))
|
Completed in 32 milliseconds