sqlite3PagerRefcount 8440 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3PagerRefcount(Pager*);
sqlite3PagerRefcount 49559 third_party/sqlite/amalgamation/sqlite3.c     assert( sqlite3PagerRefcount(pBt->pPager)==1 );
sqlite3PagerRefcount 50129 third_party/sqlite/amalgamation/sqlite3.c   VVA_ONLY( int nRef = sqlite3PagerRefcount(pPager) );
sqlite3PagerRefcount 50179 third_party/sqlite/amalgamation/sqlite3.c   assert( nRef==sqlite3PagerRefcount(pPager) );
sqlite3PagerRefcount 54931 third_party/sqlite/amalgamation/sqlite3.c   nRef = sqlite3PagerRefcount(pBt->pPager);
sqlite3PagerRefcount 55000 third_party/sqlite/amalgamation/sqlite3.c   if( NEVER(nRef != sqlite3PagerRefcount(pBt->pPager)) ){
sqlite3PagerRefcount 55003 third_party/sqlite/amalgamation/sqlite3.c       nRef, sqlite3PagerRefcount(pBt->pPager)
sqlite3PagerRefcount 2440 third_party/sqlite/src/src/btree.c     assert( sqlite3PagerRefcount(pBt->pPager)==1 );
sqlite3PagerRefcount 3010 third_party/sqlite/src/src/btree.c   VVA_ONLY( int nRef = sqlite3PagerRefcount(pPager) );
sqlite3PagerRefcount 3060 third_party/sqlite/src/src/btree.c   assert( nRef==sqlite3PagerRefcount(pPager) );
sqlite3PagerRefcount 7812 third_party/sqlite/src/src/btree.c   nRef = sqlite3PagerRefcount(pBt->pPager);
sqlite3PagerRefcount 7881 third_party/sqlite/src/src/btree.c   if( NEVER(nRef != sqlite3PagerRefcount(pBt->pPager)) ){
sqlite3PagerRefcount 7884 third_party/sqlite/src/src/btree.c       nRef, sqlite3PagerRefcount(pBt->pPager)
sqlite3PagerRefcount  149 third_party/sqlite/src/src/pager.h int sqlite3PagerRefcount(Pager*);