Home | History | Annotate | Download | only in dist

Lines Matching defs:bExists

48078         int bExists;              /* True if journal file exists */
48080 pVfs, pPager->zJournal, SQLITE_ACCESS_EXISTS, &bExists);
48081 if( rc==SQLITE_OK && bExists ){