Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h571 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.h474 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
475 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
2002 ** invoked by [sqlite3_log()] to process each logging event. ^If the
2003 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
2008 ** [sqlite3_log()] call and is intended to be a [result code] or an
9516 ** ^The [sqlite3_log()] interface writes a message into the [error log]
9521 ** The sqlite3_log() interface is intended for use by extensions such as
9523 ** nothing to prevent an application from calling sqlite3_log(), doing so
9528 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
9534 SQLITE_API void sqlite3_log(in
[all...]
H A Dsqlite3.c787 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
788 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
2315 ** invoked by [sqlite3_log()] to process each logging event. ^If the
2316 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
2321 ** [sqlite3_log()] call and is intended to be a [result code] or an
9829 ** ^The [sqlite3_log()] interface writes a message into the [error log]
9834 ** The sqlite3_log() interface is intended for use by extensions such as
9836 ** nothing to prevent an application from calling sqlite3_log(), doing so
9841 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
9847 SQLITE_API void sqlite3_log(in
32466 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ sqlite3_log() function
[all...]