Searched refs:GET_BKEYDATA (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_split.c | 469 child_bk = GET_BKEYDATA(rp, 0); 647 child_bk = GET_BKEYDATA(rchild, 0); 656 tmp_bk = GET_BKEYDATA(lchild, NUM_ENT(lchild) - P_INDX); 833 if (B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA) 835 BKEYDATA_SIZE(GET_BKEYDATA(pp, off)->len); 840 if (B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA) 842 BKEYDATA_SIZE(GET_BKEYDATA(pp, off)->len); 850 nbytes += BKEYDATA_SIZE(GET_BKEYDATA(pp, off)->len); 864 isbigkey = B_TYPE(GET_BKEYDATA(pp, off)->type) != B_KEYDATA; 873 B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA)) { [all …]
|
H A D | bt_put.c | 118 bk = GET_BKEYDATA(*hp, *indxp); 175 bk = GET_BKEYDATA(h, 391 bk = GET_BKEYDATA(h, indx + (TYPE(h) == P_LBTREE ? O_INDX : 0)); 484 bk = GET_BKEYDATA(h, indx); 587 bk = GET_BKEYDATA(h, indx); 590 bk = GET_BKEYDATA(h, indx + O_INDX); 615 bk = GET_BKEYDATA(h, indx); 764 bk = GET_BKEYDATA(h, indx + (TYPE(h) == P_LBTREE ? O_INDX : 0));
|
H A D | bt_search.c | 279 while (B_DISSET(GET_BKEYDATA(h, indx + O_INDX)->type) && 284 while (B_DISSET(GET_BKEYDATA(h, indx + O_INDX)->type) && 289 if (B_DISSET(GET_BKEYDATA(h, indx + O_INDX)->type))
|
H A D | bt_rec.c | 775 B_DSET(GET_BKEYDATA(pagep, argp->indx)->type); 777 B_DSET(GET_BKEYDATA(pagep, argp->indx + O_INDX)->type); 784 B_DCLR(GET_BKEYDATA(pagep, argp->indx)->type); 786 B_DCLR(GET_BKEYDATA(pagep, argp->indx + O_INDX)->type); 835 bk = GET_BKEYDATA(pagep, argp->indx); 888 B_DSET(GET_BKEYDATA(pagep, argp->indx)->type);
|
H A D | bt_rsearch.c | 183 if (B_DISSET(GET_BKEYDATA(h, 374 if (!B_DISSET(GET_BKEYDATA(h, indx + O_INDX)->type))
|
H A D | bt_compare.c | 98 bk = GET_BKEYDATA(h, indx);
|
H A D | bt_cursor.c | 63 B_DISSET(GET_BKEYDATA((cp)->page, \ 66 B_DISSET(GET_BKEYDATA((cp)->page, (cp)->dindx)->type))) 72 B_DISSET(GET_BKEYDATA((cp)->page, (indx) + O_INDX)->type)) || \ 74 B_DISSET(GET_BKEYDATA((cp)->page, (indx))->type))) 311 B_DSET(GET_BKEYDATA(h, indx + O_INDX)->type); 313 B_DSET(GET_BKEYDATA(h, indx)->type);
|
H A D | bt_recno.c | 299 if (B_DISSET(GET_BKEYDATA(h, indx)->type)) { 649 if (B_DISSET(GET_BKEYDATA(h, indx)->type)) { 1301 bk = GET_BKEYDATA(h, indx);
|
H A D | bt_delete.c | 206 bk = GET_BKEYDATA(h, indx);
|
/titanic_44/usr/src/cmd/sendmail/db/db/ |
H A D | db_dup.c | 124 if (B_TYPE(GET_BKEYDATA(pagep, indx)->type) == B_OVERFLOW) { 131 BKEYDATA_SIZE(GET_BKEYDATA(pagep, indx)->len)); 264 if (B_TYPE(GET_BKEYDATA(h, i)->type) == B_KEYDATA) 265 sum += BKEYDATA_SIZE(GET_BKEYDATA(h, i)->len); 307 bk = GET_BKEYDATA(h, oindex); 323 bk = GET_BKEYDATA(h, oindex); 808 B_DISSET(GET_BKEYDATA(h, *indxp)->type)) 861 !B_DISSET(GET_BKEYDATA(h, *indxp)->type)) 892 if (!B_DISSET(GET_BKEYDATA(h, *indxp)->type)) 925 if (!B_DISSET(GET_BKEYDATA(h, *indxp)->type))
|
H A D | db_ret.c | 63 bk = GET_BKEYDATA(h, indx);
|
H A D | db_pr.c | 467 B_DISSET(GET_BKEYDATA(h, i + O_INDX)->type); 472 deleted = B_DISSET(GET_BKEYDATA(h, i)->type); 649 bk = GET_BKEYDATA(h, i);
|
H A D | db_conv.c | 181 bk = GET_BKEYDATA(h, i);
|
/titanic_44/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 243 switch (GET_BKEYDATA(hcp->dpagep, hcp->dndx)->type) { 245 del_len = BKEYDATA_SIZE(GET_BKEYDATA(hcp->dpagep,
|
/titanic_44/usr/src/cmd/sendmail/db/include/ |
H A D | db_page.h | 410 #define GET_BKEYDATA(pg, indx) \ macro
|