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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d140 SQLITE_NOTICE = 27,
201 SQLITE_NOTICE_RECOVER_WAL = (SQLITE_NOTICE | (1 << 8)),
202 SQLITE_NOTICE_RECOVER_ROLLBACK = (SQLITE_NOTICE | (2 << 8)),
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h472 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
565 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
566 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
567 #define SQLITE_NOTICE_RBU (SQLITE_NOTICE | (3<<8))
H A Dsqlite3.c785 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
878 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
879 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
880 #define SQLITE_NOTICE_RBU (SQLITE_NOTICE | (3<<8))
[all...]

Completed in 869 milliseconds