Searched refs:P_INVALID (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_page.c61 h->prevpg = P_INVALID;
86 if (t->bt_free != P_INVALID &&
H A Dbt_overflow.c90 if (pg == P_INVALID || sz == 0)
151 h->nextpg = h->prevpg = P_INVALID;
194 if (pg == P_INVALID || sz == 0)
H A Dbt_search.c104 h->prevpg != P_INVALID &&
108 h->nextpg != P_INVALID &&
H A Dbt_put.c223 if (h->nextpg == P_INVALID) {
229 } else if (h->prevpg == P_INVALID) {
285 if (t->bt_cur.page->nextpg != P_INVALID)
293 if (t->bt_cur.page->prevpg != P_INVALID)
H A Dbt_seq.c277 if (pg == P_INVALID)
300 if (pg == P_INVALID)
372 if (h->prevpg == P_INVALID)
406 if (pg == P_INVALID)
H A Dbt_delete.c171 if ((nextpg = h->nextpg) == P_INVALID)
226 if ((prevpg = h->prevpg) == P_INVALID)
572 if (idx == 0 && h->prevpg != P_INVALID) {
584 if (idx == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) {
622 if (h->nextpg != P_INVALID) {
628 if (h->prevpg != P_INVALID) {
H A Dbt_split.c182 (h->prevpg != P_INVALID || skip > 1)) {
363 if (h->nextpg == P_INVALID && *skip == NEXTINDEX(h)) {
388 if (h->nextpg != P_INVALID) {
450 l->prevpg = r->nextpg = P_INVALID;
H A Dbt_open.c268 t->bt_free = P_INVALID;
379 root->prevpg = root->nextpg = P_INVALID;
H A Dbt_utils.c160 if (e->index == 0 && h->prevpg == P_INVALID && !(h->flags & P_BLEAF))
H A Dbtree.h52 #define P_INVALID 0 /* Invalid tree page number. */ macro

Completed in 167 milliseconds