Lines Matching defs:ovfl
67855 u16 nCell; /* Number of cells on this page, local and ovfl */
70088 Pgno ovfl;
70094 ovfl = get4byte(&pCell[info.nSize-4]);
70095 ptrmapPut(pPage->pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, pRC);
73445 ** ovfl), this function finds the page number of the next page in the
73447 ** pointer-map data instead of reading the content of page ovfl to do so.
73452 ** written to *pPgnoNext. If page ovfl is the last page in its linked
73464 Pgno ovfl, /* Current overflow page number */
73478 ** the overflow list is page number (ovfl+1). If that guess turns
73480 ** number ovfl to determine the next page number.
73484 Pgno iGuess = ovfl+1;
73493 if( rc==SQLITE_OK && eType==PTRMAP_OVERFLOW2 && pgno==ovfl ){
73503 rc = btreeGetPage(pBt, ovfl, &pPage, (ppPage==0) ? PAGER_GET_READONLY : 0);
73634 const u32 ovflSize = pBt->usableSize - 4; /* Bytes content per ovfl page */
76380 Pgno ovfl = get4byte(&z[info.nSize-4]);
76381 ptrmapGet(pBt, ovfl, &e, &n);
76502 u8 *aOvflSpace, /* page-size bytes of space for parent ovfl */
77811 Pgno ovfl = get4byte(&newCell[szNew-4]);
77812 ptrmapPut(pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, &rc);