Searched refs:SQLITE_NOTICE (Results 1 – 2 of 2) sorted by relevance
449 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro539 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))540 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
1488 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro1578 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))1579 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))43764 sqlite3_log(SQLITE_NOTICE,161690 case SQLITE_NOTICE: zName = "SQLITE_NOTICE"; break;