Searched refs:SQLITE_NOTICE (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h426 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
497 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
498 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
H A Dsqlite3.c541 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
612 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
613 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
[all...]
/external/sqlite/dist/
H A Dsqlite3.h426 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
497 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
498 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
H A Dsqlite3.c541 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
612 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
613 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
[all...]

Completed in 819 milliseconds