• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/sqlite3/

Lines Matching refs:sqlite3_log

1512 #define SQLITE_NOTICE      27   /* Notifications from sqlite3_log() */
1513 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
2948 ** invoked by [sqlite3_log()] to process each logging event. ^If the
2949 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
2954 ** [sqlite3_log()] call and is intended to be a [result code] or an
9996 ** ^The [sqlite3_log()] interface writes a message into the [error log]
10001 ** The sqlite3_log() interface is intended for use by extensions such as
10003 ** nothing to prevent an application from calling sqlite3_log(), doing so
10008 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
10014 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
12093 ** via the sqlite3_log() mechanism with the error code SQLITE_SCHEMA. At most
19525 ** using sqlite3_log(). The routines also provide a convenient place
23973 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte);
23986 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte);
24043 sqlite3_log(SQLITE_NOMEM,
24059 sqlite3_log(SQLITE_NOMEM,
25604 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte);
25971 ** encountered within xMutexEnter() a warning is emitted via sqlite3_log().
26092 sqlite3_log(SQLITE_MISUSE,
29672 ** This is the routine that actually formats the sqlite3_log() message.
29673 ** We house it in a separate routine from sqlite3_log() to avoid using
29676 ** sqlite3_log() must render into a static buffer. It cannot dynamically
29682 ** Care must be taken that any sqlite3_log() calls that occur while the
29698 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){
32838 sqlite3_log(SQLITE_MISUSE,
34551 sqlite3_log(SQLITE_WARNING,
35072 ** set. It logs a message using sqlite3_log() containing the current value of
35127 sqlite3_log(errcode,
35333 ** Issue sqlite3_log(SQLITE_WARNING,...) messages if anything is not right.
35344 sqlite3_log(SQLITE_WARNING, "cannot fstat db file %s", pFile->zPath);
35348 sqlite3_log(SQLITE_WARNING, "file unlinked while open: %s", pFile->zPath);
35352 sqlite3_log(SQLITE_WARNING, "multiple links to file: %s", pFile->zPath);
35356 sqlite3_log(SQLITE_WARNING, "file renamed while open: %s", pFile->zPath);
38949 ** If unsuccessful, an error message is logged via sqlite3_log() and
43375 sqlite3_log(SQLITE_NOMEM, "failed to HeapCompact (no space), heap=%p",
43379 sqlite3_log(SQLITE_ERROR, "failed to HeapCompact (%lu), heap=%p",
43385 sqlite3_log(SQLITE_NOTFOUND, "failed to HeapCompact, heap=%p",
43592 sqlite3_log(SQLITE_NOMEM, "failed to HeapAlloc %u bytes (%lu), heap=%p",
43613 sqlite3_log(SQLITE_NOMEM, "failed to HeapFree block %p (%lu), heap=%p",
43639 sqlite3_log(SQLITE_NOMEM, "failed to %s %u bytes (%lu), heap=%p",
43663 sqlite3_log(SQLITE_NOMEM, "failed to HeapSize block %p (%lu), heap=%p",
43699 sqlite3_log(SQLITE_NOMEM,
43711 sqlite3_log(SQLITE_NOMEM,
43743 sqlite3_log(SQLITE_NOMEM, "failed to HeapDestroy (%lu), heap=%p",
44176 ** It logs a message using sqlite3_log() containing the current value of
44202 sqlite3_log(errcode,
44287 sqlite3_log(SQLITE_NOTICE,
47175 sqlite3_log(SQLITE_ERROR,
49750 sqlite3_log(SQLITE_FULL,
55084 sqlite3_log(SQLITE_NOTICE_RECOVER_ROLLBACK, "recovered %d pages from %s",
61208 ** event via sqlite3_log(). This is to help with identifying performance
61213 sqlite3_log(SQLITE_NOTICE_RECOVER_WAL,
61987 sqlite3_log(rx, "cannot limit WAL size: %s", pWal->zWalName);
81138 sqlite3_log(SQLITE_FULL, "MJ delete: %s", zSuper);
81142 sqlite3_log(SQLITE_FULL, "MJ collide: %s", zSuper);
83668 sqlite3_log(SQLITE_MISUSE, "API called with finalized prepared statement");
83676 sqlite3_log(SQLITE_MISUSE, "API called with NULL prepared statement");
84966 sqlite3_log(SQLITE_MISUSE,
87078 sqlite3_log(pOp->p1, "abort at %d in [%s]: %s", pcx, p->zSql, p->zErrMsg);
94179 sqlite3_log(rc, "statement aborts at %d: [%s] %s",
99126 ** on sqlite3_log() whenever the capability is used.
99214 sqlite3_log(SQLITE_WARNING,
119386 ** sqlite3_log(). The return value is NULL. The function exists purely for
119396 sqlite3_log(sqlite3_value_int(argv[0]), "%s", sqlite3_value_text(argv[1]));
125932 #define sqlite3_log sqlite3_api->log
126399 sqlite3_log,
149098 sqlite3_log(SQLITE_WARNING_AUTOINDEX,
152007 sqlite3_log(SQLITE_WARNING, "abbreviated query algorithm search");
163492 sqlite3_log(pParse->rc, "%s in \"%s\"",
167673 ** 2. Invoke sqlite3_log() to provide the source code location where
167677 sqlite3_log(iErr, "%s at line %d of [%.10s]",
180303 ** If FTS_LOG_MERGES is defined, call sqlite3_log() to report each automatic
180310 sqlite3_log(SQLITE_OK, "%d-way merge from level %d", nMerge, (int)iAbsLevel);
210102 sqlite3_log(SQLITE_SCHEMA,
210108 sqlite3_log(SQLITE_SCHEMA,
210116 sqlite3_log(SQLITE_SCHEMA, "sqlite3changeset_apply(): "