Searched refs:bWal (Results 1 – 1 of 1) sorted by relevance
43 int bWal; /* True if db is a WAL database */ member74 pLock->bWal = 0; in superlockIsWal()78 pLock->bWal = 1; in superlockIsWal()153 if( p->bWal ){ in sqlite3demo_superunlock()232 if( SQLITE_OK==(rc = superlockIsWal(pLock)) && pLock->bWal ){ in sqlite3demo_superlock()