Searched refs:sqlite3PagerPageRefcount (Results 1 – 1 of 1) sorted by relevance
16971 SQLITE_PRIVATE int sqlite3PagerPageRefcount(DbPage*);66527 SQLITE_PRIVATE int sqlite3PagerPageRefcount(DbPage *pPage){ function75686 if( sqlite3PagerPageRefcount((*ppPage)->pDbPage)>1 ){75710 assert( sqlite3PagerPageRefcount(pData)>0 );75714 if( sqlite3PagerPageRefcount(pData)>1 ){78525 && (sqlite3PagerPageRefcount(pDbPage)!=180044 assert( rc!=SQLITE_OK || sqlite3PagerPageRefcount((*ppPage)->pDbPage)<=1 );80246 && sqlite3PagerPageRefcount(pOvfl->pDbPage)!=181898 if( sqlite3PagerPageRefcount(pNew->pDbPage)!=1+(i==(iParentIdx-nxDiv))82395 }else if( sqlite3PagerPageRefcount(pPage->pDbPage)>1 ){[all …]