Home
last modified time | relevance | path

Searched refs:bHotJournal (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dpager.c5214 int bHotJournal = 1; /* True if there exists a hot journal-file */ in sqlite3PagerSharedLock() local
5229 rc = hasHotJournal(pPager, &bHotJournal); in sqlite3PagerSharedLock()
5234 if( bHotJournal ){ in sqlite3PagerSharedLock()