sqlite3PcacheRefCount 8592 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3PcacheRefCount(PCache*);
sqlite3PcacheRefCount 37286 third_party/sqlite/amalgamation/sqlite3.c       assert( sqlite3PcacheRefCount(pPager->pPCache)==0 || pPager->tempFile );
sqlite3PcacheRefCount 37354 third_party/sqlite/amalgamation/sqlite3.c       assert( sqlite3PcacheRefCount(pPager->pPCache)>0 );
sqlite3PcacheRefCount 38378 third_party/sqlite/amalgamation/sqlite3.c   if( pPager->dbSize==0 && sqlite3PcacheRefCount(pPager->pPCache)>0 ){
sqlite3PcacheRefCount 39914 third_party/sqlite/amalgamation/sqlite3.c    && sqlite3PcacheRefCount(pPager->pPCache)==0 
sqlite3PcacheRefCount 41128 third_party/sqlite/amalgamation/sqlite3.c   assert( sqlite3PcacheRefCount(pPager->pPCache)==0 );
sqlite3PcacheRefCount 41332 third_party/sqlite/amalgamation/sqlite3.c   if( (sqlite3PcacheRefCount(pPager->pPCache)==0) ){
sqlite3PcacheRefCount 42491 third_party/sqlite/amalgamation/sqlite3.c   return sqlite3PcacheRefCount(pPager->pPCache);
sqlite3PcacheRefCount 42519 third_party/sqlite/amalgamation/sqlite3.c   a[0] = sqlite3PcacheRefCount(pPager->pPCache);
sqlite3PcacheRefCount  856 third_party/sqlite/src/src/pager.c       assert( sqlite3PcacheRefCount(pPager->pPCache)==0 || pPager->tempFile );
sqlite3PcacheRefCount  924 third_party/sqlite/src/src/pager.c       assert( sqlite3PcacheRefCount(pPager->pPCache)>0 );
sqlite3PcacheRefCount 1948 third_party/sqlite/src/src/pager.c   if( pPager->dbSize==0 && sqlite3PcacheRefCount(pPager->pPCache)>0 ){
sqlite3PcacheRefCount 3484 third_party/sqlite/src/src/pager.c    && sqlite3PcacheRefCount(pPager->pPCache)==0 
sqlite3PcacheRefCount 4698 third_party/sqlite/src/src/pager.c   assert( sqlite3PcacheRefCount(pPager->pPCache)==0 );
sqlite3PcacheRefCount 4902 third_party/sqlite/src/src/pager.c   if( (sqlite3PcacheRefCount(pPager->pPCache)==0) ){
sqlite3PcacheRefCount 6061 third_party/sqlite/src/src/pager.c   return sqlite3PcacheRefCount(pPager->pPCache);
sqlite3PcacheRefCount 6089 third_party/sqlite/src/src/pager.c   a[0] = sqlite3PcacheRefCount(pPager->pPCache);
sqlite3PcacheRefCount  115 third_party/sqlite/src/src/pcache.h int sqlite3PcacheRefCount(PCache*);