Home
last modified time | relevance | path

Searched refs:P_INVALID (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_page.c65 h->prevpg = P_INVALID;
92 if (t->bt_free != P_INVALID &&
H A Dbt_overflow.c97 if (pg == P_INVALID || sz == 0)
161 h->nextpg = h->prevpg = P_INVALID;
206 if (pg == P_INVALID || sz == 0)
H A Dbt_put.c234 if (h->nextpg == P_INVALID) {
240 } else if (h->prevpg == P_INVALID) {
299 if (t->bt_cur.page->nextpg != P_INVALID)
307 if (t->bt_cur.page->prevpg != P_INVALID)
H A Dbt_delete.c179 if ((nextpg = h->nextpg) == P_INVALID)
234 if ((prevpg = h->prevpg) == P_INVALID)
592 if (idx == 0 && h->prevpg != P_INVALID) {
604 if (idx == NEXTINDEX(h) - 1 && h->nextpg != P_INVALID) {
644 if (h->nextpg != P_INVALID) {
650 if (h->prevpg != P_INVALID) {
H A Dbt_search.c109 h->prevpg != P_INVALID &&
113 h->nextpg != P_INVALID &&
H A Dbt_seq.c349 if (pg == P_INVALID)
372 if (pg == P_INVALID)
448 if (h->prevpg == P_INVALID)
482 if (pg == P_INVALID)
H A Dbt_split.c191 (h->prevpg != P_INVALID || skip > 1)) {
376 if (h->nextpg == P_INVALID && *skip == NEXTINDEX(h)) {
404 if (h->nextpg != P_INVALID) {
470 l->prevpg = r->nextpg = P_INVALID;
H A Dbt_open.c273 t->bt_free = P_INVALID;
383 root->prevpg = root->nextpg = P_INVALID;
H A Dbt_utils.c172 if (e->index == 0 && h->prevpg == P_INVALID && !(h->flags & P_BLEAF))
H A Dbtree.h68 #define P_INVALID 0 /* Invalid tree page number. */ macro
/illumos-gate/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;) {
/illumos-gate/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);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h151 #define P_INVALID 0 /* Invalid page type. */ macro
/illumos-gate/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;