Searched refs:sqlite3PagerPageRefcount (Results 1 – 1 of 1) sorted by relevance
16950 SQLITE_PRIVATE int sqlite3PagerPageRefcount(DbPage*);66432 SQLITE_PRIVATE int sqlite3PagerPageRefcount(DbPage *pPage){ function75578 if( sqlite3PagerPageRefcount((*ppPage)->pDbPage)>1 ){75602 assert( sqlite3PagerPageRefcount(pData)>0 );75606 if( sqlite3PagerPageRefcount(pData)>1 ){79925 assert( rc!=SQLITE_OK || sqlite3PagerPageRefcount((*ppPage)->pDbPage)<=1 );80127 && sqlite3PagerPageRefcount(pOvfl->pDbPage)!=181779 if( sqlite3PagerPageRefcount(pNew->pDbPage)!=1+(i==(iParentIdx-nxDiv))82276 }else if( sqlite3PagerPageRefcount(pPage->pDbPage)>1 ){82443 if( sqlite3PagerPageRefcount(pPage->pDbPage)!=1 || pPage->isInit ){[all …]