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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h542 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.h449 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
450 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
1885 ** invoked by [sqlite3_log()] to process each logging event. ^If the
1886 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
1891 ** [sqlite3_log()] call and is intended to be a [result code] or an
8933 ** ^The [sqlite3_log()] interface writes a message into the [error log]
8938 ** The sqlite3_log() interface is intended for use by extensions such as
8940 ** nothing to prevent an application from calling sqlite3_log(), doing so
8945 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
8951 SQLITE_API void sqlite3_log(in
[all...]
H A Dsqlite3.c1512 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
1513 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
2948 ** invoked by [sqlite3_log()] to process each logging event. ^If the
2949 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
2954 ** [sqlite3_log()] call and is intended to be a [result code] or an
9996 ** ^The [sqlite3_log()] interface writes a message into the [error log]
10001 ** The sqlite3_log() interface is intended for use by extensions such as
10003 ** nothing to prevent an application from calling sqlite3_log(), doing so
10008 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
10014 SQLITE_API void sqlite3_log(in
29698 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
125932 #define sqlite3_log macro
[all...]

Completed in 992 milliseconds