Searched refs:sqlite3_log (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3ext.h | 553 #define sqlite3_log sqlite3_api->log macro
|
D | sqlite3.h | 9154 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
/third_party/sqlite/src/ |
D | sqlite3.c | 9467 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...); 24746 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); 24759 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); 24816 sqlite3_log(SQLITE_NOMEM, 24832 sqlite3_log(SQLITE_NOMEM, 26377 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); 26865 sqlite3_log(SQLITE_MISUSE, 30297 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ 33505 sqlite3_log(SQLITE_MISUSE, 35023 sqlite3_log(SQLITE_WARNING, [all …]
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 79054 -#define sqlite3_log chrome_sqlite3_log // Line 9116 79057 +#define sqlite3_log chrome_sqlite3_log // Line 9203 88283 ** A callback for the sqlite3_log() interface. 98649 sqlite3_log(SQLITE_MISUSE, 98851 sqlite3_log(pOp->p1, "abort at %d in [%s]: %s", pcx, p->zSql, p->zErrMsg); 100097 sqlite3_log(rc, "statement aborts at %d: [%s] %s", 114319 - sqlite3_log(pParse->rc, "%s in \"%s\"", 114326 + sqlite3_log(pParse->rc, "%s in \"%s\"", pParse->zErrMsg, pParse->zTail); 116689 -#define sqlite3_log chrome_sqlite3_log // Line 9116 116692 +#define sqlite3_log chrome_sqlite3_log // Line 9203 [all …]
|