Lines Matching refs:ovfl
1470 Pgno ovfl; in ptrmapPutOvflPtr() local
1476 ovfl = get4byte(&pCell[info.nSize-4]); in ptrmapPutOvflPtr()
1477 ptrmapPut(pPage->pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, pRC); in ptrmapPutOvflPtr()
4824 Pgno ovfl, /* Current overflow page number */ in getOverflowPage() argument
4844 Pgno iGuess = ovfl+1; in getOverflowPage()
4853 if( rc==SQLITE_OK && eType==PTRMAP_OVERFLOW2 && pgno==ovfl ){ in getOverflowPage()
4863 rc = btreeGetPage(pBt, ovfl, &pPage, (ppPage==0) ? PAGER_GET_READONLY : 0); in getOverflowPage()
7740 Pgno ovfl = get4byte(&z[info.nSize-4]);
7741 ptrmapGet(pBt, ovfl, &e, &n);
9171 Pgno ovfl = get4byte(&newCell[szNew-4]); in sqlite3BtreeInsert() local
9172 ptrmapPut(pBt, ovfl, PTRMAP_OVERFLOW1, pPage->pgno, &rc); in sqlite3BtreeInsert()