Searched refs:GET_BKEYDATA (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_split.c469 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(p
[all...]
H A Dbt_put.c118 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 Dbt_search.c279 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 Dbt_compare.c98 bk = GET_BKEYDATA(h, indx);
H A Dbt_rsearch.c183 if (B_DISSET(GET_BKEYDATA(h,
374 if (!B_DISSET(GET_BKEYDATA(h, indx + O_INDX)->type))
H A Dbt_rec.c775 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 Dbt_cursor.c63 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 Dbt_recno.c299 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 Dbt_delete.c206 bk = GET_BKEYDATA(h, indx);
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c124 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(
[all...]
H A Ddb_ret.c63 bk = GET_BKEYDATA(h, indx);
H A Ddb_conv.c181 bk = GET_BKEYDATA(h, i);
H A Ddb_pr.c467 B_DISSET(GET_BKEYDATA(h, i + O_INDX)->type);
472 deleted = B_DISSET(GET_BKEYDATA(h, i)->type);
649 bk = GET_BKEYDATA(h, i);
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c243 switch (GET_BKEYDATA(hcp->dpagep, hcp->dndx)->type) {
245 del_len = BKEYDATA_SIZE(GET_BKEYDATA(hcp->dpagep,
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h410 #define GET_BKEYDATA(pg, indx) \ macro

Completed in 36 milliseconds