Searched refs:sqlite3_log (Results 1 – 3 of 3) sorted by relevance
571 #define sqlite3_log sqlite3_api->log macro
474 #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 the2003 ** 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 an9516 ** ^The [sqlite3_log()] interface writes a message into the [error log]9521 ** The sqlite3_log() interface is intended for use by extensions such as9523 ** nothing to prevent an application from calling sqlite3_log(), doing so9528 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine9534 SQLITE_API void sqlite3_log(in[all...]
787 #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 the2316 ** 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 an9829 ** ^The [sqlite3_log()] interface writes a message into the [error log]9834 ** The sqlite3_log() interface is intended for use by extensions such as9836 ** nothing to prevent an application from calling sqlite3_log(), doing so9841 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine9847 SQLITE_API void sqlite3_log(in32466 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ sqlite3_log() function [all...]