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

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c967 ** This is the routine that actually formats the sqlite3_log() message.
968 ** We house it in a separate routine from sqlite3_log() to avoid using
971 ** sqlite3_log() must render into a static buffer. It cannot dynamically
989 void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
H A Dsqlite3ext.h406 #define sqlite3_log sqlite3_api->log macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h444 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.c541 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
542 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
1758 ** invoked by [sqlite3_log()] to process each logging event. ^If the
1759 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
1764 ** [sqlite3_log()] call and is intended to be a [result code] or an
7187 ** ^The [sqlite3_log()] interface writes a message into the [error log]
7192 ** The sqlite3_log() interface is intended for use by extensions such as
7194 ** nothing to prevent an application from calling sqlite3_log(), doing so
7199 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
7205 SQLITE_API void sqlite3_log(in
21539 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
97415 #define sqlite3_log macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h444 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.c541 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
542 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
1758 ** invoked by [sqlite3_log()] to process each logging event. ^If the
1759 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
1764 ** [sqlite3_log()] call and is intended to be a [result code] or an
7187 ** ^The [sqlite3_log()] interface writes a message into the [error log]
7192 ** The sqlite3_log() interface is intended for use by extensions such as
7194 ** nothing to prevent an application from calling sqlite3_log(), doing so
7199 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
7205 SQLITE_API void sqlite3_log(in
21539 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
97435 #define sqlite3_log macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1961 ** invoked by [sqlite3_log()] to process each logging event. ^If the
1962 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
1967 ** [sqlite3_log()] call and is intended to be a [result code] or an
6742 ** ^The [sqlite3_log()] interface writes a message into the error log
6747 ** The sqlite3_log() interface is intended for use by extensions such as
6749 ** nothing to prevent an application from calling sqlite3_log(), doing so
6754 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
6760 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
10840 ** using sqlite3_log(). The routines also provide a convenient place
14474 sqlite3_log(SQLITE_NOME
19472 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
86888 #define sqlite3_log macro
[all...]

Completed in 3428 milliseconds