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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h409 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.h1455 ** invoked by [sqlite3_log()] to process each logging event. ^If the
1456 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
1461 ** [sqlite3_log()] call and is intended to be a [result code] or an
6405 ** ^The [sqlite3_log()] interface writes a message into the error log
6410 ** The sqlite3_log() interface is intended for use by extensions such as
6412 ** nothing to prevent an application from calling sqlite3_log(), doing so
6417 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
6423 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
H A Dsqlite3.c2008 ** invoked by [sqlite3_log()] to process each logging event. ^If the
2009 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
2014 ** [sqlite3_log()] call and is intended to be a [result code] or an
6958 ** ^The [sqlite3_log()] interface writes a message into the error log
6963 ** The sqlite3_log() interface is intended for use by extensions such as
6965 ** nothing to prevent an application from calling sqlite3_log(), doing so
6970 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
6976 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
11156 ** using sqlite3_log(). The routines also provide a convenient place
14864 sqlite3_log(SQLITE_NOME
19865 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
89301 #define sqlite3_log macro
[all...]

Completed in 419 milliseconds