Home
last modified time | relevance | path

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 Dbt_page.c67 h->prevpg = P_INVALID;
94 if (t->bt_free != P_INVALID &&
H A Dbt_overflow.c99 if (pg == P_INVALID || sz == 0)
163 h->nextpg = h->prevpg = P_INVALID;
208 if (pg == P_INVALID || sz == 0)
H A Dbt_put.c236 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 Dbt_delete.c181 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 Dbt_search.c111 h->prevpg != P_INVALID &&
115 h->nextpg != P_INVALID &&
H A Dbt_seq.c351 if (pg == P_INVALID)
374 if (pg == P_INVALID)
450 if (h->prevpg == P_INVALID)
484 if (pg == P_INVALID)
H A Dbt_split.c193 (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 Dbt_open.c275 t->bt_free = P_INVALID;
385 root->prevpg = root->nextpg = P_INVALID;
H A Dbt_utils.c174 if (e->index == 0 && h->prevpg == P_INVALID && !(h->flags & P_BLEAF))
H A Dbtree.h70 #define P_INVALID 0 /* Invalid tree page number. */ macro
/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c404 case P_INVALID:
444 if (!all || TYPE(h) == P_INVALID)
602 case P_INVALID:
H A Ddb_conv.c237 case P_INVALID:
H A Ddb_overflow.c133 for (curoff = 0, p = dbt->data; pgno != P_INVALID && needed > 0;) {
/titanic_41/usr/src/cmd/sendmail/db/btree/
H A Dbt_stat.c148 case P_INVALID:
H A Dbt_page.c209 P_INIT(h, dbp->pgsize, h->pgno, PGNO_INVALID, meta->free, 0, P_INVALID);
H A Dbt_rec.c99 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 Ddb_page.h151 #define P_INVALID 0 /* Invalid page type. */ macro
/titanic_41/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c1523 (u_int32_t)TYPE(pagep), NEXT_PGNO(pagep), P_INVALID,
1542 TYPE(pagep) = P_INVALID;
1739 P_INVALID, &p) != 0)
H A Dhash_rec.c563 TYPE(pagep) = P_INVALID;