P_BLEAF            99 libdb/bt_conv.c 	else if ((h->flags & P_TYPE) == P_BLEAF)
P_BLEAF           160 libdb/bt_conv.c 	else if ((h->flags & P_TYPE) == P_BLEAF)
P_BLEAF           178 libdb/bt_debug.c 	X(P_BLEAF,	"BLEAF")
P_BLEAF           211 libdb/bt_debug.c 		case P_BLEAF:
P_BLEAF           274 libdb/bt_debug.c 		case P_BLEAF:
P_BLEAF           290 libdb/bt_debug.c 		if (h->flags & (P_BLEAF|P_RLEAF)) {
P_BLEAF           428 libdb/bt_delete.c 				pg->flags = P_BLEAF;
P_BLEAF           397 libdb/bt_open.c 	root->flags = P_BLEAF;
P_BLEAF            85 libdb/bt_search.c 				if (h->flags & P_BLEAF) {
P_BLEAF           105 libdb/bt_search.c 		if (h->flags & P_BLEAF) {
P_BLEAF           192 libdb/bt_seq.c 			if (h->flags & (P_BLEAF | P_RLEAF))
P_BLEAF           213 libdb/bt_seq.c 			if (h->flags & (P_BLEAF | P_RLEAF))
P_BLEAF           188 libdb/bt_split.c 		case P_BLEAF:
P_BLEAF           243 libdb/bt_split.c 		case P_BLEAF:
P_BLEAF           560 libdb/bt_split.c 	case P_BLEAF:
P_BLEAF           652 libdb/bt_split.c 			case P_BLEAF:
P_BLEAF           748 libdb/bt_split.c 		case P_BLEAF:
P_BLEAF           175 libdb/bt_utils.c 	if (e->index == 0 && h->prevpg == P_INVALID && !(h->flags & P_BLEAF))
P_BLEAF           179 libdb/bt_utils.c 	if (h->flags & P_BLEAF) {
P_BLEAF            69 libdb/btree.h  #define	P_BLEAF		0x02		/* leaf page */