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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h430 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.h1487 ** invoked by [sqlite3_log()] to process each logging event. ^If the
1488 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
1493 ** [sqlite3_log()] call and is intended to be a [result code] or an
6597 ** ^The [sqlite3_log()] interface writes a message into the error log
6602 ** The sqlite3_log() interface is intended for use by extensions such as
6604 ** nothing to prevent an application from calling sqlite3_log(), doing so
6609 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
6615 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
H A Dsqlite3.c2037 ** invoked by [sqlite3_log()] to process each logging event. ^If the
2038 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
2043 ** [sqlite3_log()] call and is intended to be a [result code] or an
7147 ** ^The [sqlite3_log()] interface writes a message into the error log
7152 ** The sqlite3_log() interface is intended for use by extensions such as
7154 ** nothing to prevent an application from calling sqlite3_log(), doing so
7159 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
7165 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
11382 ** using sqlite3_log(). The routines also provide a convenient place
15227 sqlite3_log(SQLITE_NOME
20231 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
91277 #define sqlite3_log macro
[all...]

Completed in 415 milliseconds