Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpager.c4219 static int syncJournal(Pager *pPager, int newHdr){ in syncJournal() function
4597 rc = syncJournal(pPager, 1); in pagerStress()
6541 rc = syncJournal(pPager, 0); in sqlite3PagerCommitPhaseOne()
/sqlite-3.40.0/test/
H A Dpager1.test1678 # See the syncJournal() function for details.