Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_kv.c50 int isJournal; /* True if this is a journal file */ member
494 pFile->isJournal ? "journal" : "db")); in kvvfsClose()
509 assert( pFile->isJournal ); in kvvfsReadJrnl()
737 assert( !pFile->isJournal ); in kvvfsLock()
751 assert( !pFile->isJournal ); in kvvfsUnlock()
821 pFile->isJournal = 0; in kvvfsOpen()
827 pFile->isJournal = 1; in kvvfsOpen()
H A Dtest_onefile.c720 int isJournal = 0; in fsAccess() local
731 isJournal = 1; in fsAccess()
737 *pResOut = (pReal && (!isJournal || pReal->nJournal>0)); in fsAccess()
/sqlite-3.40.0/ext/misc/
H A Dvfslog.c265 int isJournal = 0; in vlogLogOpen() local
274 isJournal = 1; in vlogLogOpen()
321 if( pLog && isJournal ) pLog++; in vlogLogOpen()