Lines Matching defs:sqlite3_log

787 #define SQLITE_NOTICE      27   /* Notifications from sqlite3_log() */
788 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
2315 ** invoked by [sqlite3_log()] to process each logging event. ^If the
2316 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
2321 ** [sqlite3_log()] call and is intended to be a [result code] or an
9829 ** ^The [sqlite3_log()] interface writes a message into the [error log]
9834 ** The sqlite3_log() interface is intended for use by extensions such as
9836 ** nothing to prevent an application from calling sqlite3_log(), doing so
9841 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
9847 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
12433 ** via the sqlite3_log() mechanism with the error code SQLITE_SCHEMA. At most
20522 ** using sqlite3_log(). The routines also provide a convenient place
26774 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte);
26787 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte);
26844 sqlite3_log(SQLITE_NOMEM,
26860 sqlite3_log(SQLITE_NOMEM,
28405 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte);
28781 ** encountered within xMutexEnter() a warning is emitted via sqlite3_log().
28902 sqlite3_log(SQLITE_MISUSE,
32440 ** This is the routine that actually formats the sqlite3_log() message.
32441 ** We house it in a separate routine from sqlite3_log() to avoid using
32444 ** sqlite3_log() must render into a static buffer. It cannot dynamically
32450 ** Care must be taken that any sqlite3_log() calls that occur while the
32466 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){
36457 sqlite3_log(SQLITE_MISUSE,
39095 sqlite3_log(SQLITE_WARNING,
39616 ** set. It logs a message using sqlite3_log() containing the current value of
39675 sqlite3_log(errcode,
39881 ** Issue sqlite3_log(SQLITE_WARNING,...) messages if anything is not right.
39892 sqlite3_log(SQLITE_WARNING, "cannot fstat db file %s", pFile->zPath);
39896 sqlite3_log(SQLITE_WARNING, "file unlinked while open: %s", pFile->zPath);
39900 sqlite3_log(SQLITE_WARNING, "multiple links to file: %s", pFile->zPath);
39904 sqlite3_log(SQLITE_WARNING, "file renamed while open: %s", pFile->zPath);
43664 ** If unsuccessful, an error message is logged via sqlite3_log() and
47918 sqlite3_log(SQLITE_NOMEM, "failed to HeapCompact (no space), heap=%p",
47922 sqlite3_log(SQLITE_ERROR, "failed to HeapCompact (%lu), heap=%p",
47928 sqlite3_log(SQLITE_NOTFOUND, "failed to HeapCompact, heap=%p",
48135 sqlite3_log(SQLITE_NOMEM, "failed to HeapAlloc %u bytes (%lu), heap=%p",
48156 sqlite3_log(SQLITE_NOMEM, "failed to HeapFree block %p (%lu), heap=%p",
48182 sqlite3_log(SQLITE_NOMEM, "failed to %s %u bytes (%lu), heap=%p",
48206 sqlite3_log(SQLITE_NOMEM, "failed to HeapSize block %p (%lu), heap=%p",
48242 sqlite3_log(SQLITE_NOMEM,
48254 sqlite3_log(SQLITE_NOMEM,
48286 sqlite3_log(SQLITE_NOMEM, "failed to HeapDestroy (%lu), heap=%p",
48726 ** It logs a message using sqlite3_log() containing the current value of
48752 sqlite3_log(errcode,
48837 sqlite3_log(SQLITE_NOTICE,
51754 sqlite3_log(SQLITE_ERROR,
54692 sqlite3_log(SQLITE_FULL,
60093 sqlite3_log(SQLITE_NOTICE_RECOVER_ROLLBACK, "recovered %d pages from %s",
66495 ** event via sqlite3_log(). This is to help with identifying performance
66500 sqlite3_log(SQLITE_NOTICE_RECOVER_WAL,
67295 sqlite3_log(rx, "cannot limit WAL size: %s", pWal->zWalName);
87858 sqlite3_log(SQLITE_FULL, "MJ delete: %s", zSuper);
87862 sqlite3_log(SQLITE_FULL, "MJ collide: %s", zSuper);
90418 sqlite3_log(SQLITE_MISUSE, "API called with finalized prepared statement");
90426 sqlite3_log(SQLITE_MISUSE, "API called with NULL prepared statement");
92010 sqlite3_log(SQLITE_MISUSE,
94412 sqlite3_log(pOp->p1, "abort at %d in [%s]: %s", pcx, p->zSql, p->zErrMsg);
102209 sqlite3_log(rc, "statement aborts at %d: [%s] %s",
107385 ** on sqlite3_log() whenever the capability is used.
107467 sqlite3_log(SQLITE_WARNING,
129671 ** sqlite3_log(). The return value is NULL. The function exists purely for
129681 sqlite3_log(sqlite3_value_int(argv[0]), "%s", sqlite3_value_text(argv[1]));
137004 #define sqlite3_log sqlite3_api->log
137498 sqlite3_log,
163120 sqlite3_log(SQLITE_WARNING_AUTOINDEX,
166868 sqlite3_log(SQLITE_WARNING, "abbreviated query algorithm search");
179208 sqlite3_log(pParse->rc, "%s in \"%s\"", pParse->zErrMsg, pParse->zTail);
183627 ** 2. Invoke sqlite3_log() to provide the source code location where
183631 sqlite3_log(iErr, "%s at line %d of [%.10s]",
196549 ** If FTS_LOG_MERGES is defined, call sqlite3_log() to report each automatic
196556 sqlite3_log(SQLITE_OK, "%d-way merge from level %d", nMerge, (int)iAbsLevel);
230087 sqlite3_log(SQLITE_SCHEMA,
230093 sqlite3_log(SQLITE_SCHEMA,
230101 sqlite3_log(SQLITE_SCHEMA, "sqlite3changeset_apply(): "