Searched defs:prev_pgno (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_cursor.c1325 pgno = cp->page->prev_pgno;
1495 try_begin: if (h->prev_pgno == PGNO_INVALID) {
1559 (cp->page->prev_pgno == PGNO_INVALID && cp->indx == 0)) ?
1640 db_pgno_t pgno, next_pgno, prev_pgno; local
1723 prev_pgno = PREV_PGNO(h);
1727 prev_pgno == PGNO_INVALID && next_pgno == PGNO_INVALID)
1740 * 2c: h == NULL, prev_pgno != PGNO_INVALID
1748 prev_pgno != PGNO_INVALID)
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_auto.h45 db_pgno_t prev_pgno; member in struct:_db_big_args
H A Dhash_auto.h37 db_pgno_t prev_pgno; member in struct:_ham_newpage_args
H A Ddb_page.h134 db_pgno_t prev_pgno; /* 12-15: Previous page number. */ member in struct:_db_page
166 #define PREV_PGNO(p) (((PAGE *)p)->prev_pgno)
175 * The next_pgno and prev_pgno fields are not maintained for btree and recno
185 * the BINTERNAL fields on each access.) Overload the prev_pgno field.

Completed in 76 milliseconds