P_INVALID 180 libdb/bt_delete.c if ((nextpg = h->nextpg) == P_INVALID) P_INVALID 235 libdb/bt_delete.c if ((prevpg = h->prevpg) == P_INVALID) P_INVALID 585 libdb/bt_delete.c if (index == 0 && h->prevpg != P_INVALID) { P_INVALID 597 libdb/bt_delete.c if (index == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) { P_INVALID 636 libdb/bt_delete.c if (h->nextpg != P_INVALID) { P_INVALID 642 libdb/bt_delete.c if (h->prevpg != P_INVALID) { P_INVALID 292 libdb/bt_open.c t->bt_free = P_INVALID; P_INVALID 393 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 162 libdb/bt_overflow.c h->nextpg = h->prevpg = P_INVALID; P_INVALID 205 libdb/bt_overflow.c if (pg == P_INVALID || sz == 0) P_INVALID 62 libdb/bt_page.c h->prevpg = P_INVALID; P_INVALID 87 libdb/bt_page.c if (t->bt_free != P_INVALID && P_INVALID 231 libdb/bt_put.c if (h->nextpg == P_INVALID) { P_INVALID 237 libdb/bt_put.c } else if (h->prevpg == P_INVALID) { P_INVALID 293 libdb/bt_put.c if (t->bt_cur.page->nextpg != P_INVALID) P_INVALID 301 libdb/bt_put.c if (t->bt_cur.page->prevpg != P_INVALID) P_INVALID 107 libdb/bt_search.c h->prevpg != P_INVALID && P_INVALID 111 libdb/bt_search.c h->nextpg != P_INVALID && P_INVALID 289 libdb/bt_seq.c if (pg == P_INVALID) P_INVALID 312 libdb/bt_seq.c if (pg == P_INVALID) P_INVALID 387 libdb/bt_seq.c if (h->prevpg == P_INVALID) P_INVALID 421 libdb/bt_seq.c if (pg == P_INVALID) P_INVALID 191 libdb/bt_split.c (h->prevpg != P_INVALID || skip > 1)) { P_INVALID 375 libdb/bt_split.c if (h->nextpg == P_INVALID && *skip == NEXTINDEX(h)) { P_INVALID 403 libdb/bt_split.c if (h->nextpg != P_INVALID) { P_INVALID 468 libdb/bt_split.c l->prevpg = r->nextpg = P_INVALID; P_INVALID 173 libdb/bt_utils.c if (e->index == 0 && h->prevpg == P_INVALID && !(h->flags & P_BLEAF))