Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpager.c1561 i64 journalSize, /* Size of the open journal file in bytes */ in readJournalHdr() argument
1576 if( pPager->journalOff+JOURNAL_HDR_SZ(pPager) > journalSize ){ in readJournalHdr()