Searched refs:SQLITE_NOTICE (Results 1 – 2 of 2) sorted by relevance
428 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro506 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))507 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
456 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro534 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))535 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))120595 case SQLITE_NOTICE: zName = "SQLITE_NOTICE"; break;