Lines Matching refs:ovfl
50881 u16 nCell; /* Number of cells on this page, local and ovfl */
52633 Pgno ovfl = get4byte(&pCell[info.iOverflow]);
52634 ptrmapPut(pPage->pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, pRC);
55359 ** ovfl), this function finds the page number of the next page in the
55361 ** pointer-map data instead of reading the content of page ovfl to do so.
55366 ** written to *pPgnoNext. If page ovfl is the last page in its linked
55378 Pgno ovfl, /* Current overflow page number */
55392 ** the overflow list is page number (ovfl+1). If that guess turns
55394 ** number ovfl to determine the next page number.
55398 Pgno iGuess = ovfl+1;
55407 if( rc==SQLITE_OK && eType==PTRMAP_OVERFLOW2 && pgno==ovfl ){
55417 rc = btreeGetPage(pBt, ovfl, &pPage, (ppPage==0) ? PAGER_GET_READONLY : 0);
55547 const u32 ovflSize = pBt->usableSize - 4; /* Bytes content per ovfl page */
57528 Pgno ovfl = get4byte(&z[info.iOverflow]);
57529 ptrmapGet(pBt, ovfl, &e, &n);
57652 u8 *aOvflSpace, /* page-size bytes of space for parent ovfl */