Symbol: B_OVERFLOW
usr/src/cmd/sendmail/db/btree/bt_compare.c
118
if (B_TYPE(bi->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_compare.c
99
if (B_TYPE(bk->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_delete.c
160
case B_OVERFLOW:
usr/src/cmd/sendmail/db/btree/bt_delete.c
209
case B_OVERFLOW:
usr/src/cmd/sendmail/db/btree/bt_put.c
123
case B_OVERFLOW:
usr/src/cmd/sendmail/db/btree/bt_put.c
393
B_TYPE(bk->type) == B_OVERFLOW ? ((BOVERFLOW *)bk)->tlen : bk->len;
usr/src/cmd/sendmail/db/btree/bt_put.c
445
B_TSET(bo.type, B_OVERFLOW, 0);
usr/src/cmd/sendmail/db/btree/bt_put.c
771
if (B_TYPE(bk->type) == B_OVERFLOW) {
usr/src/cmd/sendmail/db/btree/bt_split.c
462
if (B_TYPE(child_bi->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_split.c
488
case B_OVERFLOW:
usr/src/cmd/sendmail/db/btree/bt_split.c
505
if (B_TYPE(child_bk->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_split.c
641
if (B_TYPE(child_bi->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_split.c
690
case B_OVERFLOW:
usr/src/cmd/sendmail/db/btree/bt_split.c
712
if (B_TYPE(child_bk->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/db/db_conv.c
187
case B_OVERFLOW:
usr/src/cmd/sendmail/db/db/db_conv.c
212
case B_OVERFLOW:
usr/src/cmd/sendmail/db/db/db_dup.c
124
if (B_TYPE(GET_BKEYDATA(pagep, indx)->type) == B_OVERFLOW) {
usr/src/cmd/sendmail/db/db/db_dup.c
61
B_TSET(bo.type, B_OVERFLOW, 0);
usr/src/cmd/sendmail/db/db/db_pr.c
538
case B_OVERFLOW:
usr/src/cmd/sendmail/db/db/db_pr.c
562
case B_OVERFLOW:
usr/src/cmd/sendmail/db/db/db_pr.c
638
B_TYPE(bi->type) != B_OVERFLOW) {
usr/src/cmd/sendmail/db/db/db_pr.c
652
B_TYPE(bk->type) != B_OVERFLOW) {
usr/src/cmd/sendmail/db/db/db_pr.c
770
case B_OVERFLOW:
usr/src/cmd/sendmail/db/db/db_ret.c
64
if (B_TYPE(bk->type) == B_OVERFLOW) {
usr/src/cmd/sendmail/db/hash/hash_dup.c
248
case B_OVERFLOW: