Home
last modified time | relevance | path

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

/original-bsd/lib/libc/db/btree/
H A Dbt_conv.c61 if ((h->flags & P_TYPE) == P_BINTERNAL)
76 else if ((h->flags & P_TYPE) == P_BLEAF)
122 if ((h->flags & P_TYPE) == P_BINTERNAL)
137 else if ((h->flags & P_TYPE) == P_BLEAF)
H A Dbt_split.c154 switch (rchild->flags & P_TYPE) {
207 switch(rchild->flags & P_TYPE) {
336 r->flags = h->flags & P_TYPE;
370 l->flags = h->flags & P_TYPE;
442 l->flags = r->flags = h->flags & P_TYPE;
485 h->flags &= ~P_TYPE;
527 switch(h->flags & P_TYPE) {
560 h->flags &= ~P_TYPE;
614 switch (h->flags & P_TYPE) {
713 switch (h->flags & P_TYPE) {
H A Dbt_debug.c169 switch(h->flags & P_TYPE) {
244 switch(h->flags & P_TYPE) {
H A Dbtree.h46 #define P_TYPE 0x1f /* type mask */ macro
/original-bsd/lib/libc/db/recno/
H A Drec_open.c162 if ((h->flags & P_TYPE) == P_BLEAF) {
163 h->flags = h->flags & ~P_TYPE | P_RLEAF;