Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpager.c4219 static int syncJournal(Pager *pPager, int newHdr){ in syncJournal() argument
4310 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){ in syncJournal()