Searched refs:bExists (Results 1 – 3 of 3) sorted by relevance
181 bool bExists = false; in isExistingFileAccessor() local184 bExists = true; in isExistingFileAccessor()185 return bExists; in isExistingFileAccessor()
16210 int bExists = 0; in idxCreateVtabSchema() local16213 rc = expertDbContainsObject(p->dbv, zName, &bExists); in idxCreateVtabSchema()16214 if( rc || bExists ) continue; in idxCreateVtabSchema()16766 int bExists = 0; in sqlite3_expert_new() local16767 rc = expertDbContainsObject(pNew->dbm, zName, &bExists); in sqlite3_expert_new()16768 if( rc==SQLITE_OK && zSql && bExists==0 ){ in sqlite3_expert_new()
64914 int bExists; /* True if journal file exists */ local64916 pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &bExists);64917 if( rc==SQLITE_OK && bExists ){229894 int bExists = 0; /* True if rbu_count exists */ local229911 bExists = 1;229916 if( p->rc==SQLITE_OK && bExists ){