Lines Matching defs:SQLITE_NOTICE
787 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
880 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
881 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
882 #define SQLITE_NOTICE_RBU (SQLITE_NOTICE | (3<<8))
48837 sqlite3_log(SQLITE_NOTICE,
181387 case SQLITE_NOTICE: zName = "SQLITE_NOTICE"; break;
181443 /* SQLITE_NOTICE */ "notification message",
221154 ** * Attempting to xSync() the database file causes an SQLITE_NOTICE
221158 ** checkpoint below fails with SQLITE_NOTICE, and leaves the aFrame[]
221168 if( rc2!=SQLITE_NOTICE ) p->rc = rc2;
222618 ** file fail with SQLITE_NOTICE errors.