P_TYPE             84 libdb/bt_conv.c 	if ((h->flags & P_TYPE) == P_BINTERNAL)
P_TYPE             99 libdb/bt_conv.c 	else if ((h->flags & P_TYPE) == P_BLEAF)
P_TYPE            145 libdb/bt_conv.c 	if ((h->flags & P_TYPE) == P_BINTERNAL)
P_TYPE            160 libdb/bt_conv.c 	else if ((h->flags & P_TYPE) == P_BLEAF)
P_TYPE            195 libdb/bt_debug.c 		switch (h->flags & P_TYPE) {
P_TYPE            268 libdb/bt_debug.c 		switch (h->flags & P_TYPE) {
P_TYPE            183 libdb/bt_split.c 		switch (rchild->flags & P_TYPE) {
P_TYPE            236 libdb/bt_split.c 		switch (rchild->flags & P_TYPE) {
P_TYPE            365 libdb/bt_split.c 	r->flags = h->flags & P_TYPE;
P_TYPE            402 libdb/bt_split.c 	l->flags = h->flags & P_TYPE;
P_TYPE            474 libdb/bt_split.c 	l->flags = r->flags = h->flags & P_TYPE;
P_TYPE            517 libdb/bt_split.c 	h->flags &= ~P_TYPE;
P_TYPE            559 libdb/bt_split.c 	switch (h->flags & P_TYPE) {
P_TYPE            592 libdb/bt_split.c 	h->flags &= ~P_TYPE;
P_TYPE            646 libdb/bt_split.c 			switch (h->flags & P_TYPE) {
P_TYPE            743 libdb/bt_split.c 		switch (h->flags & P_TYPE) {
P_TYPE             73 libdb/btree.h  #define P_TYPE		0x1f		/* type mask */