Home
last modified time | relevance | path

Searched refs:sqlite3_log (Results 1 – 4 of 4) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h553 #define sqlite3_log sqlite3_api->log macro
Dsqlite3.h9154 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
/third_party/sqlite/src/
Dsqlite3.c9467 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/
D0003-3.2-Beta3-1115.patch79054 -#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 …]