Searched refs:PAIRSIZE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | page.h | 134 #define PAIRSIZE(K, D) (PAIR_OVERHEAD + (K)->size + (D)->size) macro 173 #define PAIRFITS(P,K,D) ((PAIRSIZE((K),(D))) <= FREESPACE((P)))
|
H A D | hash_page.c | 554 if (ISBIG(PAIRSIZE(key, val), hashp) && BIGPAIRFITS(pagep)) 565 if ((ISBIG(PAIRSIZE(key, val), hashp) && 567 (!ISBIG(PAIRSIZE(key, val), hashp) && 574 if ((ISBIG(PAIRSIZE(key, val), hashp) && 576 (!ISBIG(PAIRSIZE(key, val), hashp) && 585 if (ISBIG(PAIRSIZE(key, val), hashp)) { 605 if (!ISBIG(PAIRSIZE(key, val), hashp))
|