Searched refs:SQLITE_NOTICE (Results 1 – 2 of 2) sorted by relevance
472 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro564 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))565 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
778 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro870 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))871 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))44547 sqlite3_log(SQLITE_NOTICE,168153 case SQLITE_NOTICE: zName = "SQLITE_NOTICE"; break;