Searched defs:sqlite3_log (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h461 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.c639 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
640 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
1892 ** invoked by [sqlite3_log()] to process each logging event. ^If the
1893 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
1898 ** [sqlite3_log()] call and is intended to be a [result code] or an
7493 ** ^The [sqlite3_log()] interface writes a message into the [error log]
7498 ** The sqlite3_log() interface is intended for use by extensions such as
7500 ** nothing to prevent an application from calling sqlite3_log(), doing so
7505 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
7511 SQLITE_API void SQLITE_CDECL sqlite3_log(in
22392 SQLITE_API void SQLITE_CDECL sqlite3_log(int iErrCode, const char *zFormat, ...){ function
102316 #define sqlite3_log macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h461 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.c639 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
640 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
1892 ** invoked by [sqlite3_log()] to process each logging event. ^If the
1893 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
1898 ** [sqlite3_log()] call and is intended to be a [result code] or an
7493 ** ^The [sqlite3_log()] interface writes a message into the [error log]
7498 ** The sqlite3_log() interface is intended for use by extensions such as
7500 ** nothing to prevent an application from calling sqlite3_log(), doing so
7505 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
7511 SQLITE_API void SQLITE_CDECL sqlite3_log(in
22392 SQLITE_API void SQLITE_CDECL sqlite3_log(int iErrCode, const char *zFormat, ...){ function
102334 #define sqlite3_log macro
[all...]

Completed in 615 milliseconds