Lines Matching refs:PAGE
75 PAGE *h;
84 /* Toss any page pinned across calls. */
116 * If the key/data pair won't fit on a page, store it on overflow
117 * pages. Only put the key on the overflow page if the pair are
118 * still too big after moving the data to an overflow page.
163 * Bt_fast and __bt_search both pin the returned page.
168 h = e->page;
188 * Note, the delete may empty the page, so we need to put a
189 * new entry into the page immediately.
200 * keys permitted in the page, split the page. The split code will
201 * insert the key and data and unpin the current page. If inserting
221 /* If the cursor is on this page, adjust it as necessary. */
247 __bt_setcur(t, e->page->pgno, (u_int)e->index);
270 PAGE *h;
278 t->bt_cur.page = h;
282 * If won't fit in this page or have too many keys in this page,
290 if (t->bt_cur.page->nextpg != P_INVALID)
298 if (t->bt_cur.page->prevpg != P_INVALID)