Home | History | Annotate | Download | only in dist

Lines Matching defs:ovfl

48750   u16 nCell;           /* Number of cells on this page, local and ovfl */
50441 Pgno ovfl = get4byte(&pCell[info.iOverflow]);
50442 ptrmapPut(pPage->pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, pRC);
53102 ** ovfl), this function finds the page number of the next page in the
53104 ** pointer-map data instead of reading the content of page ovfl to do so.
53109 ** written to *pPgnoNext. If page ovfl is the last page in its linked
53121 Pgno ovfl, /* Current overflow page number */
53135 ** the overflow list is page number (ovfl+1). If that guess turns
53137 ** number ovfl to determine the next page number.
53141 Pgno iGuess = ovfl+1;
53150 if( rc==SQLITE_OK && eType==PTRMAP_OVERFLOW2 && pgno==ovfl ){
53160 rc = btreeGetPage(pBt, ovfl, &pPage, 0);
53281 const u32 ovflSize = pBt->usableSize - 4; /* Bytes content per ovfl page */
55193 Pgno ovfl = get4byte(&z[info.iOverflow]);
55194 ptrmapGet(pBt, ovfl, &e, &n);
55314 u8 *aOvflSpace, /* page-size bytes of space for parent ovfl */