Home
last modified time | relevance | path

Searched refs:P_TYPE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c89 if ((h->flags & P_TYPE) == P_BINTERNAL)
104 else if ((h->flags & P_TYPE) == P_BLEAF)
150 if ((h->flags & P_TYPE) == P_BINTERNAL)
165 else if ((h->flags & P_TYPE) == P_BLEAF)
H A Dbt_split.c184 switch (rchild->flags & P_TYPE) {
237 switch (rchild->flags & P_TYPE) {
366 r->flags = h->flags & P_TYPE;
403 l->flags = h->flags & P_TYPE;
475 l->flags = r->flags = h->flags & P_TYPE;
518 h->flags &= ~P_TYPE;
560 switch (h->flags & P_TYPE) {
593 h->flags &= ~P_TYPE;
647 switch (h->flags & P_TYPE) {
753 switch (h->flags & P_TYPE) {
H A Dbt_debug.c244 switch (h->flags & P_TYPE) {
325 switch (h->flags & P_TYPE) {
H A Dbtree.h92 #define P_TYPE 0x1f /* type mask */ macro
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c202 if ((h->flags & P_TYPE) == P_BLEAF) {
203 F_CLR(h, P_TYPE);