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

/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_compare.c92 if (B_TYPE(bk->type) == B_OVERFLOW)
126 if (B_TYPE(bi->type) == B_OVERFLOW)
H A Dbt_split.c552 case B_OVERFLOW:
556 bo.type = B_OVERFLOW;
560 B_TSET(bi.type, B_OVERFLOW);
586 case B_OVERFLOW:
590 bo.type = B_OVERFLOW;
604 B_TSET(bi.type, B_OVERFLOW);
782 case B_OVERFLOW:
786 bo.type = B_OVERFLOW;
790 B_TSET(bi.type, B_OVERFLOW);
871 case B_OVERFLOW
[all...]
H A Dbt_stat.c589 if (B_TYPE(bi->type) == B_OVERFLOW &&
611 if (B_TYPE(bk->type) == B_OVERFLOW &&
625 if (B_TYPE(bk->type) == B_OVERFLOW &&
636 if (B_TYPE(bk->type) == B_OVERFLOW &&
H A Dbt_verify.c251 if (bk->type == B_OVERFLOW)
636 case B_OVERFLOW:
705 case B_OVERFLOW:
710 if (B_TYPE(bk->type) == B_OVERFLOW)
733 child.type = (B_TYPE(bk->type) == B_OVERFLOW ?
946 if (B_TYPE(bi->type) == B_OVERFLOW) {
976 if (B_TYPE(bk->type) == B_OVERFLOW) {
1961 } else if (lp->type == B_OVERFLOW) {
1994 } else if (rp->type == B_OVERFLOW) {
2222 case B_OVERFLOW
[all...]
H A Dbt_put.c268 B_OVERFLOW, PGNO_INVALID, h, indx, key)) != 0)
364 B_OVERFLOW, PGNO_INVALID, h, indx, data);
452 B_TYPE(bk->type) == B_OVERFLOW ? ((BOVERFLOW *)bk)->tlen : bk->len;
526 if (B_TYPE(bk->type) == B_OVERFLOW) {
836 if (B_TYPE(bk->type) == B_OVERFLOW &&
902 if (type == B_OVERFLOW) {
H A Dbt_delete.c85 case B_OVERFLOW:
136 case B_OVERFLOW:
402 if (B_TYPE(bi->type) == B_OVERFLOW)
H A Dbt_compact.c1257 case B_OVERFLOW:
1797 if (B_TYPE(bo->type) == B_OVERFLOW) {
2095 if (B_TYPE(bi->type) == B_OVERFLOW) {
2176 if (B_TYPE(bi->type) != B_OVERFLOW)
2312 if (B_TYPE(bi->type) == B_OVERFLOW) {
H A Dbt_cursor.c1153 if (B_TYPE(bk->type) == B_OVERFLOW) {
1259 } else if (B_TYPE(bk->type) == B_OVERFLOW) {
1502 if (B_TYPE(bk->type) == B_OVERFLOW) {
H A Dbt_rec.c1483 if (B_TYPE(bi->type) == B_OVERFLOW) {
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_ret.c56 if (B_TYPE(bk->type) == B_OVERFLOW) {
H A Ddb_upg_opd.c228 if (B_TYPE(child_bi->type) == B_OVERFLOW)
254 case B_OVERFLOW:
H A Ddb_conv.c558 case B_OVERFLOW:
588 case B_OVERFLOW:
H A Ddb_pr.c693 case B_OVERFLOW:
719 case B_OVERFLOW:
803 case B_OVERFLOW:
H A Ddb_vrfy.c2140 case B_OVERFLOW:
2458 if (B_TYPE(bkkey->type) == B_OVERFLOW) {
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_page.h523 #define B_OVERFLOW 3 /* Overflow key/data item. */ macro
566 * The second and third types are B_DUPLICATE and B_OVERFLOW, represented

Completed in 91 milliseconds