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))
782 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro874 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))875 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))44644 sqlite3_log(SQLITE_NOTICE,168790 case SQLITE_NOTICE: zName = "SQLITE_NOTICE"; break;