Lines Matching refs:PAGE
110 * we don't know the right page size, lorder or flags until the backing
111 * file is opened. Also, the file's page size can cause the cachesize
123 * Page size must be indx_t aligned and >= MINPSIZE. Default
124 * page size is set farther on, based on the underlying file
132 /* Minimum number of keys per page; absolute minimum is 2. */
223 * the lorder, page size and flags are, and, when the page size
253 * Set the page size to the best value for I/O to this file.
254 * Don't overflow the page offset type.
275 /* Set the cache size; must be a multiple of the page size. */
286 * a page, but other than that there's no fixed requirement. The user
287 * specified a minimum number per page, and we translated that into the
289 * overflow page. This calculation includes the page header, the size
312 /* Create a root page if new tree. */
354 PAGE *meta, *root;
416 /* Toss any page pinned across calls. */