P_INVALID         182 libdb/bt_delete.c 		if ((nextpg = h->nextpg) == P_INVALID)
P_INVALID         237 libdb/bt_delete.c 		if ((prevpg = h->prevpg) == P_INVALID)
P_INVALID         595 libdb/bt_delete.c 		if (index == 0 && h->prevpg != P_INVALID) {
P_INVALID         607 libdb/bt_delete.c 		if (index == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) {
P_INVALID         647 libdb/bt_delete.c 	if (h->nextpg != P_INVALID) {
P_INVALID         653 libdb/bt_delete.c 	if (h->prevpg != P_INVALID) {
P_INVALID         291 libdb/bt_open.c 		t->bt_free = P_INVALID;
P_INVALID         394 libdb/bt_open.c 	root->prevpg = root->nextpg = P_INVALID;
P_INVALID         100 libdb/bt_overflow.c 	if (pg == P_INVALID || sz == 0)
P_INVALID         164 libdb/bt_overflow.c 		h->nextpg = h->prevpg = P_INVALID;
P_INVALID         209 libdb/bt_overflow.c 	if (pg == P_INVALID || sz == 0)
P_INVALID          64 libdb/bt_page.c 	h->prevpg = P_INVALID;
P_INVALID          91 libdb/bt_page.c 	if (t->bt_free != P_INVALID &&
P_INVALID         232 libdb/bt_put.c 		if (h->nextpg == P_INVALID) {
P_INVALID         238 libdb/bt_put.c 		} else if (h->prevpg == P_INVALID) {
P_INVALID         294 libdb/bt_put.c 		if (t->bt_cur.page->nextpg != P_INVALID)
P_INVALID         302 libdb/bt_put.c 		if (t->bt_cur.page->prevpg != P_INVALID)
P_INVALID         108 libdb/bt_search.c 				    h->prevpg != P_INVALID &&
P_INVALID         112 libdb/bt_search.c 				    h->nextpg != P_INVALID &&
P_INVALID         290 libdb/bt_seq.c 			if (pg == P_INVALID)
P_INVALID         313 libdb/bt_seq.c 			if (pg == P_INVALID)
P_INVALID         389 libdb/bt_seq.c 				if (h->prevpg == P_INVALID)
P_INVALID         423 libdb/bt_seq.c 		if (pg == P_INVALID)
P_INVALID         192 libdb/bt_split.c 			    (h->prevpg != P_INVALID || skip > 1)) {
P_INVALID         377 libdb/bt_split.c 	if (h->nextpg == P_INVALID && *skip == NEXTINDEX(h)) {
P_INVALID         405 libdb/bt_split.c 	if (h->nextpg != P_INVALID) {
P_INVALID         471 libdb/bt_split.c 	l->prevpg = r->nextpg = P_INVALID;
P_INVALID         175 libdb/bt_utils.c 	if (e->index == 0 && h->prevpg == P_INVALID && !(h->flags & P_BLEAF))