OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_NOTICE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
472
#define
SQLITE_NOTICE
27 /* Notifications from sqlite3_log() */
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))
sqlite3.c
785
#define
SQLITE_NOTICE
27 /* Notifications from sqlite3_log() */
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 116 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026