Searched refs:sqlite3_log (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3ext.h | 570 #define sqlite3_log sqlite3_api->log macro
|
D | sqlite3.h | 9306 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
/third_party/sqlite/src/ |
D | sqlite3.c | 9615 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...); 25596 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); 25609 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); 25666 sqlite3_log(SQLITE_NOMEM, 25682 sqlite3_log(SQLITE_NOMEM, 27227 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); 27724 sqlite3_log(SQLITE_MISUSE, 31278 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ 34974 sqlite3_log(SQLITE_MISUSE, 37459 sqlite3_log(SQLITE_WARNING, [all …]
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 84457 -#define sqlite3_log chrome_sqlite3_log // Line 9116 84460 +#define sqlite3_log chrome_sqlite3_log // Line 9203 93686 ** A callback for the sqlite3_log() interface. 104405 sqlite3_log(SQLITE_MISUSE, 104607 sqlite3_log(pOp->p1, "abort at %d in [%s]: %s", pcx, p->zSql, p->zErrMsg); 105853 sqlite3_log(rc, "statement aborts at %d: [%s] %s", 120174 - sqlite3_log(pParse->rc, "%s in \"%s\"", 120181 + sqlite3_log(pParse->rc, "%s in \"%s\"", pParse->zErrMsg, pParse->zTail); 122872 -#define sqlite3_log chrome_sqlite3_log // Line 9116 122875 +#define sqlite3_log chrome_sqlite3_log // Line 9203 [all …]
|