Searched refs:bExists (Results 1 – 2 of 2) sorted by relevance
181 bool bExists = false; in isExistingFileAccessor() local184 bExists = true; in isExistingFileAccessor()185 return bExists; in isExistingFileAccessor()
62408 int bExists; /* True if journal file exists */62410 pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &bExists);62411 if( rc==SQLITE_OK && bExists ){222068 int bExists = 0; /* True if rbu_count exists */222085 bExists = 1;222090 if( p->rc==SQLITE_OK && bExists ){