Home
last modified time | relevance | path

Searched refs:SQLITE_NOTICE (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3.h472 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
564 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
565 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/third_party/sqlite/src/
Dsqlite3.c782 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
874 #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;