sqlite3PagerPageRefcount 8416 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3PagerPageRefcount(DbPage*);
sqlite3PagerPageRefcount 48759 third_party/sqlite/amalgamation/sqlite3.c   assert( sqlite3PagerPageRefcount(pData)>0 );
sqlite3PagerPageRefcount 48763 third_party/sqlite/amalgamation/sqlite3.c     if( sqlite3PagerPageRefcount(pData)>1 ){
sqlite3PagerPageRefcount 52121 third_party/sqlite/amalgamation/sqlite3.c     if( sqlite3PagerPageRefcount((*ppPage)->pDbPage)>1 ){
sqlite3PagerPageRefcount 52309 third_party/sqlite/amalgamation/sqlite3.c      && sqlite3PagerPageRefcount(pOvfl->pDbPage)!=1
sqlite3PagerPageRefcount 1640 third_party/sqlite/src/src/btree.c   assert( sqlite3PagerPageRefcount(pData)>0 );
sqlite3PagerPageRefcount 1644 third_party/sqlite/src/src/btree.c     if( sqlite3PagerPageRefcount(pData)>1 ){
sqlite3PagerPageRefcount 5002 third_party/sqlite/src/src/btree.c     if( sqlite3PagerPageRefcount((*ppPage)->pDbPage)>1 ){
sqlite3PagerPageRefcount 5190 third_party/sqlite/src/src/btree.c      && sqlite3PagerPageRefcount(pOvfl->pDbPage)!=1
sqlite3PagerPageRefcount  125 third_party/sqlite/src/src/pager.h int sqlite3PagerPageRefcount(DbPage*);