Searched refs:connectionIsBusy (Results 1 – 1 of 1) sorted by relevance
1188 static int connectionIsBusy(sqlite3 *db){ in connectionIsBusy() function1231 if( !forceZombie && connectionIsBusy(db) ){ in sqlite3Close()1311 if( db->eOpenState!=SQLITE_STATE_ZOMBIE || connectionIsBusy(db) ){ in sqlite3LeaveMutexAndCloseZombie()