Searched refs:SQLITE_NOTICE (Results 1 – 4 of 4) sorted by relevance
450 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro531 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))532 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
1474 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro1555 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))1556 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))40862 sqlite3_log(SQLITE_NOTICE,144767 case SQLITE_NOTICE: zName = "SQLITE_NOTICE"; break;
1474 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro1555 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))1556 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))40846 sqlite3_log(SQLITE_NOTICE,144751 case SQLITE_NOTICE: zName = "SQLITE_NOTICE"; break;