Home | History | Annotate | Download | only in dist

Lines Matching defs:ovfl

48733   u16 nCell;           /* Number of cells on this page, local and ovfl */
50424 Pgno ovfl = get4byte(&pCell[info.iOverflow]);
50425 ptrmapPut(pPage->pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, pRC);
53085 ** ovfl
53087 ** pointer-map data instead of reading the content of page ovfl to do so.
53092 ** written to *pPgnoNext. If page ovfl is the last page in its linked
53104 Pgno ovfl, /* Current overflow page number */
53118 ** the overflow list is page number (ovfl+1). If that guess turns
53120 ** number ovfl to determine the next page number.
53124 Pgno iGuess = ovfl+1;
53133 if( rc==SQLITE_OK && eType==PTRMAP_OVERFLOW2 && pgno==ovfl ){
53143 rc = btreeGetPage(pBt, ovfl, &pPage, 0);
53264 const u32 ovflSize = pBt->usableSize - 4; /* Bytes content per ovfl page */
55176 Pgno ovfl = get4byte(&z[info.iOverflow]);
55177 ptrmapGet(pBt, ovfl, &e, &n);
55297 u8 *aOvflSpace, /* page-size bytes of space for parent ovfl */