Searched defs:zJournal (Results 1 – 7 of 7) sorted by relevance
104 char *zJournal = sqlite3_mprintf("%s-journal", DB_FILE); in main() local
269 char *zJournal = sqlite3_mprintf("%s-journal", zDb); in main() local
1072 const char *zJournal = "PRAGMA journal_mode = WAL"; in walthread2_thread() local
79 const char *zJournal; /* Name of the journal file */ member
292 static jt_file *locateDatabaseHandle(const char *zJournal, int noLock){ in locateDatabaseHandle()
688 char *zJournal; /* Name of the journal file */ member2493 char *zJournal; /* Pointer to one journal within MJ file */ in pager_delsuper() local
4515 const char *zJournal, in sqlite3_create_filename()