Home
last modified time | relevance | path

Searched refs:pOvfl (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dbtree.c6733 MemPage *pOvfl = 0; in clearCellOverflow() local
6745 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() local
6950 releasePage(pOvfl); in fillInCell()
6970 pToRelease = pOvfl; in fillInCell()
6971 pPrior = pOvfl->aData; in fillInCell()
[all …]