Home | History | Annotate | Download | only in orig

Lines Matching defs:ovfl

48722   u16 nCell;           /* Number of cells on this page, local and ovfl */
50413 Pgno ovfl = get4byte(&pCell[info.iOverflow]);
50414 ptrmapPut(pPage->pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, pRC);
53074 ** ovfl), this function finds the page number of the next page in the
53076 ** pointer-map data instead of reading the content of page ovfl to do so.
53081 ovfl is the last page in its linked
53093 Pgno ovfl, /* Current overflow page number */
53107 ** the overflow list is page number (ovfl+1). If that guess turns
53109 ** number ovfl to determine the next page number.
53113 Pgno iGuess = ovfl+1;
53122 if( rc==SQLITE_OK && eType==PTRMAP_OVERFLOW2 && pgno==ovfl ){
53132 rc = btreeGetPage(pBt, ovfl, &pPage, 0);
53253 const u32 ovflSize = pBt->usableSize - 4; /* Bytes content per ovfl page */
55165 Pgno ovfl = get4byte(&z[info.iOverflow]);
55166 ptrmapGet(pBt, ovfl, &e, &n);
55286 u8 *aOvflSpace, /* page-size bytes of space for parent ovfl */