Lines Matching defs:page
62 * from a page for the entire transaction. However, we don't have to hold the
76 * Note, internal page searches must find the largest record less than key in
77 * the tree so that descents work. Leaf page searches must find the smallest
95 #define S_PARENT 0x00800 /* Lock page pair. */
100 * return an entry one past end-of-page.
119 * Various routines pass around page references. A page reference can be a
120 * pointer to the page or a page number; for either, an indx can designate
121 * an item on the page.
124 PAGE *page; /* The page. */
125 db_indx_t indx; /* The index on the page. */
126 DB_LOCK lock; /* The page's lock. */
141 (c)->csp->page = pagep; \
184 PAGE *page; /* Cursor page. */
189 db_pgno_t dpgno; /* Duplicate page. */
202 * information by looking at the page itself.
247 db_indx_t bt_maxkey; /* Maximum keys per page. */
248 db_indx_t bt_minkey; /* Minimum keys per page. */
255 db_indx_t bt_ovflsize; /* Maximum key/data on-page size. */