Home | History | Annotate | Download | only in orig

Lines Matching defs:bExists

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