Searched refs:ISBIG (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
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))
|
H A D | page.h | 144 #define ISBIG(N, P) (((N) > ((P)->hdr.bsize * MINFILL)) ? 1 : 0) macro
|
H A D | hash.c | 737 if (ISBIG(key->size + val->size, hashp))
|
/titanic_44/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 133 (HPAGE_PTYPE(hk) == H_OFFPAGE || ISBIG(hcp, new_size) || 454 if (ISBIG(hcp, new_datalen) && (old_len > HOFFDUP_SIZE || 458 if (!ISBIG(hcp, new_datalen) && 467 new_datalen = ISBIG(hcp, new_datalen) ?
|
H A D | hash.c | 715 nbytes = (ISBIG(hcp, key->size) ? HOFFPAGE_PSIZE : 717 (ISBIG(hcp, data->size) ? HOFFPAGE_PSIZE :
|
H A D | hash_page.c | 1264 is_keybig = ISBIG(hcp, key->size); 1265 is_databig = ISBIG(hcp, val->size);
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | hash.h | 171 #define ISBIG(I, N) (((N) > ((I)->hdr->pagesize / MINFILL)) ? 1 : 0) macro
|