Searched refs:pOvfl (Results 1 – 1 of 1) sorted by relevance
6733 MemPage *pOvfl = 0; in clearCellOverflow() local6745 if( ( pOvfl || ((pOvfl = btreePageLookup(pBt, ovflPgno))!=0) ) in clearCellOverflow()6746 && sqlite3PagerPageRefcount(pOvfl->pDbPage)!=1 in clearCellOverflow()6760 rc = freePage2(pBt, pOvfl, ovflPgno); in clearCellOverflow()6763 if( pOvfl ){ in clearCellOverflow()6764 sqlite3PagerUnref(pOvfl->pDbPage); in clearCellOverflow()6923 MemPage *pOvfl = 0; in fillInCell() local6950 releasePage(pOvfl); in fillInCell()6970 pToRelease = pOvfl; in fillInCell()6971 pPrior = pOvfl->aData; in fillInCell()[all …]