Searched defs:PREV_PGNO (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h78 * 0 previous page number 4 db_pgno_t PREV_PGNO(P)
111 #define PREV_PGNO(P) (REFERENCE((P), db_pgno_t, I_PREV_PGNO)) macro
117 * access method which needs the previous page). We use the PREV_PGNO
120 #define ADDR(P) (PREV_PGNO((P)))
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h166 #define PREV_PGNO(p) (((PAGE *)p)->prev_pgno) macro
189 TYPE(p) == P_LRECNO ? NUM_ENT(p) : PREV_PGNO(p))
191 PREV_PGNO(p) += adj;
193 PREV_PGNO(p) = num;
204 PREV_PGNO(pg) = pg_prev; \

Completed in 70 milliseconds