Searched refs:__addel (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | extern.h | 52 #define __addel __kdb2_addel macro 85 int32_t __addel __P((HTAB *, ITEM_INFO *,
|
H A D | hash_page.c | 492 __addel(hashp, &old_ii, &key, &val, 495 __addel(hashp, &new_ii, &key, &val, 525 __addel(HTAB *hashp, ITEM_INFO *item_info, const DBT *key, const DBT *val, function 528 __addel(hashp, item_info, key, val, num_items, expanding) 630 * Special __addel used in big splitting; this one just puts the pointer 651 * Note: in __addel(), we used item_info->pgno for the beginning of
|
H A D | hash.c | 786 if (__addel(hashp, &item_info, key, val, num_items, 0)) 817 __addel(hashp, &item_info, key, val, UNKNOWN, 0))
|
Completed in 61 milliseconds