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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h428 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
500 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
501 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
H A Dsqlite3.c999 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
1071 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
1072 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
[all...]

Completed in 392 milliseconds