Home
last modified time | relevance | path

Searched refs:P_IBTREE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c156 case P_IBTREE:
373 pgno = TYPE(h) == P_IBTREE ?
511 (TYPE(parent) != P_IBTREE && TYPE(parent) != P_IRECNO))
514 pgno = TYPE(parent) == P_IBTREE ?
552 (TYPE(child) == P_IBTREE && F_ISSET(dbp, DB_BT_RECNUM)))
557 (TYPE(child) == P_IBTREE && F_ISSET(dbp, DB_BT_RECNUM)))
H A Dbt_rsearch.c203 case P_IBTREE:
298 if (TYPE(h) == P_IBTREE || TYPE(h) == P_IRECNO) {
306 if (TYPE(h) == P_IBTREE)
377 case P_IBTREE:
H A Dbt_split.c418 PGNO_ROOT, PGNO_INVALID, PGNO_INVALID, lp->level + 1, P_IBTREE);
442 case P_IBTREE:
617 case P_IBTREE:
825 case P_IBTREE:
861 if (TYPE(pp) == P_IBTREE)
871 ((TYPE(pp) == P_IBTREE &&
880 if (TYPE(pp) == P_IBTREE ?
943 case P_IBTREE:
H A Dbt_stat.c150 case P_IBTREE:
H A Dbt_rec.c377 _lp->level + 1, P_IBTREE);
551 file_dbp->type == DB_BTREE ? P_IBTREE : P_IRECNO);
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c401 case P_IBTREE:
427 if (TYPE(h) == P_IBTREE || TYPE(h) == P_IRECNO ||
431 if (TYPE(h) != P_IBTREE && TYPE(h) != P_IRECNO)
434 if (TYPE(h) == P_IBTREE || TYPE(h) == P_LBTREE)
460 case P_IBTREE:
529 case P_IBTREE:
601 case P_IBTREE:
634 case P_IBTREE:
H A Ddb_conv.c198 case P_IBTREE:
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree.h57 #define ISINTERNAL(p) (TYPE(p) == P_IBTREE || TYPE(p) == P_IRECNO)
H A Ddb_page.h154 #define P_IBTREE 3 /* Btree internal. */ macro