sqlite3_log 6760 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...); sqlite3_log 14474 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); sqlite3_log 14527 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_NOMEM, sqlite3_log 16070 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); sqlite3_log 21253 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_MISUSE, sqlite3_log 25162 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(errcode, sqlite3_log 44470 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_OK, "Recovered %d frames from WAL file %s", sqlite3_log 60375 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_MISUSE, "API called with finalized prepared statement"); sqlite3_log 60383 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_MISUSE, "API called with NULL prepared statement"); sqlite3_log 61323 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_MISUSE, sqlite3_log 63170 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(pOp->p1, "abort at %d in [%s]: %s", pc, p->zSql, pOp->p4.z); sqlite3_log 63173 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(pOp->p1, "constraint failed at %d in [%s]", pc, p->zSql); sqlite3_log 68375 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(rc, "statement aborts at %d: [%s] %s", sqlite3_log 87240 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log, sqlite3_log 106826 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(pParse->rc, "%s", *pzErrMsg); sqlite3_log 109483 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_CORRUPT, sqlite3_log 109490 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_MISUSE, sqlite3_log 109497 third_party/sqlite/amalgamation/sqlite3.c sqlite3_log(SQLITE_CANTOPEN, sqlite3_log 6217 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...); sqlite3_log 356 third_party/sqlite/src/src/loadext.c sqlite3_log, sqlite3_log 2238 third_party/sqlite/src/src/main.c sqlite3_log(SQLITE_CORRUPT, sqlite3_log 2245 third_party/sqlite/src/src/main.c sqlite3_log(SQLITE_MISUSE, sqlite3_log 2252 third_party/sqlite/src/src/main.c sqlite3_log(SQLITE_CANTOPEN, sqlite3_log 47 third_party/sqlite/src/src/mem1.c sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); sqlite3_log 100 third_party/sqlite/src/src/mem1.c sqlite3_log(SQLITE_NOMEM, sqlite3_log 273 third_party/sqlite/src/src/mem5.c sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); sqlite3_log 1021 third_party/sqlite/src/src/os_unix.c sqlite3_log(errcode, sqlite3_log 483 third_party/sqlite/src/src/tokenize.c sqlite3_log(pParse->rc, "%s", *pzErrMsg); sqlite3_log 1033 third_party/sqlite/src/src/util.c sqlite3_log(SQLITE_MISUSE, sqlite3_log 856 third_party/sqlite/src/src/vdbe.c sqlite3_log(pOp->p1, "abort at %d in [%s]: %s", pc, p->zSql, pOp->p4.z); sqlite3_log 859 third_party/sqlite/src/src/vdbe.c sqlite3_log(pOp->p1, "constraint failed at %d in [%s]", pc, p->zSql); sqlite3_log 5931 third_party/sqlite/src/src/vdbe.c sqlite3_log(rc, "statement aborts at %d: [%s] %s", sqlite3_log 41 third_party/sqlite/src/src/vdbeapi.c sqlite3_log(SQLITE_MISUSE, "API called with finalized prepared statement"); sqlite3_log 49 third_party/sqlite/src/src/vdbeapi.c sqlite3_log(SQLITE_MISUSE, "API called with NULL prepared statement"); sqlite3_log 989 third_party/sqlite/src/src/vdbeapi.c sqlite3_log(SQLITE_MISUSE, sqlite3_log 1190 third_party/sqlite/src/src/wal.c sqlite3_log(SQLITE_OK, "Recovered %d frames from WAL file %s",