Searched refs:P_INVALID (Results 1 – 19 of 19) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_page.c | 67 h->prevpg = P_INVALID; 94 if (t->bt_free != P_INVALID &&
|
H A D | bt_overflow.c | 99 if (pg == P_INVALID || sz == 0) 163 h->nextpg = h->prevpg = P_INVALID; 208 if (pg == P_INVALID || sz == 0)
|
H A D | bt_put.c | 236 if (h->nextpg == P_INVALID) { 242 } else if (h->prevpg == P_INVALID) { 301 if (t->bt_cur.page->nextpg != P_INVALID) 309 if (t->bt_cur.page->prevpg != P_INVALID)
|
H A D | bt_delete.c | 181 if ((nextpg = h->nextpg) == P_INVALID) 236 if ((prevpg = h->prevpg) == P_INVALID) 594 if (idx == 0 && h->prevpg != P_INVALID) { 606 if (idx == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) { 646 if (h->nextpg != P_INVALID) { 652 if (h->prevpg != P_INVALID) {
|
H A D | bt_search.c | 111 h->prevpg != P_INVALID && 115 h->nextpg != P_INVALID &&
|
H A D | bt_seq.c | 351 if (pg == P_INVALID) 374 if (pg == P_INVALID) 450 if (h->prevpg == P_INVALID) 484 if (pg == P_INVALID)
|
H A D | bt_split.c | 193 (h->prevpg != P_INVALID || skip > 1)) { 378 if (h->nextpg == P_INVALID && *skip == NEXTINDEX(h)) { 406 if (h->nextpg != P_INVALID) { 472 l->prevpg = r->nextpg = P_INVALID;
|
H A D | bt_open.c | 275 t->bt_free = P_INVALID; 385 root->prevpg = root->nextpg = P_INVALID;
|
H A D | bt_utils.c | 174 if (e->index == 0 && h->prevpg == P_INVALID && !(h->flags & P_BLEAF))
|
H A D | btree.h | 70 #define P_INVALID 0 /* Invalid tree page number. */ macro
|
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_pr.c | 404 case P_INVALID: 444 if (!all || TYPE(h) == P_INVALID) 602 case P_INVALID:
|
H A D | db_conv.c | 237 case P_INVALID:
|
H A D | db_overflow.c | 133 for (curoff = 0, p = dbt->data; pgno != P_INVALID && needed > 0;) {
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_stat.c | 148 case P_INVALID:
|
H A D | bt_page.c | 209 P_INIT(h, dbp->pgsize, h->pgno, PGNO_INVALID, meta->free, 0, P_INVALID);
|
H A D | bt_rec.c | 99 argp->pgno, PGNO_INVALID, meta->free, 0, P_INVALID); 184 pagep->pgno, PGNO_INVALID, argp->next, 0, P_INVALID);
|
/titanic_41/usr/src/cmd/sendmail/db/include/ |
H A D | db_page.h | 151 #define P_INVALID 0 /* Invalid page type. */ macro
|
/titanic_41/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_page.c | 1523 (u_int32_t)TYPE(pagep), NEXT_PGNO(pagep), P_INVALID, 1542 TYPE(pagep) = P_INVALID; 1739 P_INVALID, &p) != 0)
|
H A D | hash_rec.c | 563 TYPE(pagep) = P_INVALID;
|