Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h570 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.h472 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
473 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
1979 ** invoked by [sqlite3_log()] to process each logging event. ^If the
1980 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
1985 ** [sqlite3_log()] call and is intended to be a [result code] or an
9288 ** ^The [sqlite3_log()] interface writes a message into the [error log]
9293 ** The sqlite3_log() interface is intended for use by extensions such as
9295 ** nothing to prevent an application from calling sqlite3_log(), doing so
9300 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
9306 SQLITE_API void sqlite3_log(in
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c782 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
783 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
2289 ** invoked by [sqlite3_log()] to process each logging event. ^If the
2290 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
2295 ** [sqlite3_log()] call and is intended to be a [result code] or an
9597 ** ^The [sqlite3_log()] interface writes a message into the [error log]
9602 ** The sqlite3_log() interface is intended for use by extensions such as
9604 ** nothing to prevent an application from calling sqlite3_log(), doing so
9609 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
9615 SQLITE_API void sqlite3_log(in
31282 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ sqlite3_log() function
132493 #define sqlite3_log global() macro
[all...]

Completed in 156 milliseconds