Lines Matching defs:sqlite3_log

782 #define SQLITE_NOTICE      27   /* Notifications from sqlite3_log() */
783 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
2289 ** invoked by [sqlite3_log()] to process each logging event. ^If the
2290 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
2295 ** [sqlite3_log()] call and is intended to be a [result code] or an
9597 ** ^The [sqlite3_log()] interface writes a message into the [error log]
9602 ** The sqlite3_log() interface is intended for use by extensions such as
9604 ** nothing to prevent an application from calling sqlite3_log(), doing so
9609 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
9615 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
12035 ** via the sqlite3_log() mechanism with the error code SQLITE_SCHEMA. At most
19785 ** using sqlite3_log(). The routines also provide a convenient place
25600 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte);
25613 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte);
25670 sqlite3_log(SQLITE_NOMEM,
25686 sqlite3_log(SQLITE_NOMEM,
27231 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte);
27607 ** encountered within xMutexEnter() a warning is emitted via sqlite3_log().
27728 sqlite3_log(SQLITE_MISUSE,
31256 ** This is the routine that actually formats the sqlite3_log() message.
31257 ** We house it in a separate routine from sqlite3_log() to avoid using
31260 ** sqlite3_log() must render into a static buffer. It cannot dynamically
31266 ** Care must be taken that any sqlite3_log() calls that occur while the
31282 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){
34978 sqlite3_log(SQLITE_MISUSE,
37149 sqlite3_log(SQLITE_WARNING, "Fd %d enable del monitor go wrong, errno = %d", fd, errno);
37508 sqlite3_log(SQLITE_WARNING,
38029 ** set. It logs a message using sqlite3_log() containing the current value of
38084 sqlite3_log(errcode,
38202 sqlite3_log(SQLITE_IOERR, "findInodeInfo-osFstat, fd[%d], errno[%d], osFstat[%d]", fd, errno, rc);
38223 sqlite3_log(SQLITE_IOERR, "findInodeInfo-osWrite, fd[%d], errno[%d], osFstat[%d]", fd, errno, rc);
38231 sqlite3_log(SQLITE_IOERR, "findInodeInfo-msdos-osFstat, fd[%d], errno[%d], osFstat[%d]", fd, errno, rc);
38299 ** Issue sqlite3_log(SQLITE_WARNING,...) messages if anything is not right.
38310 sqlite3_log(SQLITE_WARNING, "cannot fstat db file %s", pFile->zPath);
38314 sqlite3_log(SQLITE_WARNING, "file unlinked while open: %s", pFile->zPath);
38318 sqlite3_log(SQLITE_WARNING, "multiple links to file: %s", pFile->zPath);
38322 sqlite3_log(SQLITE_WARNING, "file renamed while open: %s", pFile->zPath);
39395 sqlite3_log(SQLITE_IOERR_UNLOCK, "IOERR_UNLOCK fd[%d], eFileLock[%d]", pFile->h, eFileLock);
40225 sqlite3_log(SQLITE_IOERR_CORRUPTFS, "unixRead-EDEVERR, fd:[%d], amt[%d], got[%d], offset[%lld]", pFile->h, amt, got, offset);
40230 sqlite3_log(SQLITE_IOERR_READ, "unixRead-got<0, fd: [%d], amt[%d], got[%d], offset[%lld]", pFile->h, amt, got, offset);
40374 sqlite3_log(SQLITE_IOERR_WRITE,
40386 sqlite3_log(SQLITE_IOERR_WRITE,
40749 sqlite3_log(SQLITE_IOERR_WRITE,
40778 sqlite3_log(SQLITE_IOERR_WRITE,
40844 sqlite3_log(SQLITE_IOERR_BEGIN_ATOMIC, "unixFileControl-begin, fd[%d], op[%d]", pFile->h, op);
40853 sqlite3_log(SQLITE_IOERR_COMMIT_ATOMIC, "unixFileControl-commit, fd[%d], op[%d]", pFile->h, op);
40862 sqlite3_log(SQLITE_IOERR_ROLLBACK_ATOMIC, "unixFileControl-rollback, fd[%d], op[%d]", pFile->h, op);
41812 sqlite3_log(SQLITE_IOERR_SHMLOCK, "unixShmLock-pShm, fd[%d], ofst[%d], n[%d], flags[%d]", ofst, n, flags);
41819 sqlite3_log(SQLITE_IOERR_SHMLOCK, "unixShmLock-pShmNode, fd[%d], ofst[%d], n[%d], flags[%d]", ofst, n, flags);
42040 ** If unsuccessful, an error message is logged via sqlite3_log() and
43195 sqlite3_log(SQLITE_IOERR_ACCESS, "unixOpen, fd[%d], flags[%d], errno[%d]", fd, errno, flags);
43920 sqlite3_log(SQLITE_IOERR_LOCK, "proxyGetLockPath len[%d], dbLen[%d], i[%d]", len, dbLen, i);
44040 sqlite3_log(SQLITE_IOERR_LOCK, "proxyCreateUnixFile-EIO, fd[%d]", fd);
44210 sqlite3_log(SQLITE_IOERR_LOCK, "proxyConchLock pFile fd[%d], conchFile fd[%d], lastErrno[%d]", pFile->h, conchFile->h, errno);
44233 sqlite3_log(SQLITE_IOERR_LOCK, "proxyConchLock tries 2, pFile fd[%d], conchFile fd[%d], lastErrno[%d]", pFile->h, conchFile->h, errno);
44310 sqlite3_log(SQLITE_IOERR_READ, "proxyTakeConch pFile fd[%d], conchFile fd[%d], lastErrno[%d]", pFile->h, conchFile->h, conchFile->lastErrno);
46340 sqlite3_log(SQLITE_NOMEM, "failed to HeapCompact (no space), heap=%p",
46344 sqlite3_log(SQLITE_ERROR, "failed to HeapCompact (%lu), heap=%p",
46350 sqlite3_log(SQLITE_NOTFOUND, "failed to HeapCompact, heap=%p",
46557 sqlite3_log(SQLITE_NOMEM, "failed to HeapAlloc %u bytes (%lu), heap=%p",
46578 sqlite3_log(SQLITE_NOMEM, "failed to HeapFree block %p (%lu), heap=%p",
46604 sqlite3_log(SQLITE_NOMEM, "failed to %s %u bytes (%lu), heap=%p",
46628 sqlite3_log(SQLITE_NOMEM, "failed to HeapSize block %p (%lu), heap=%p",
46664 sqlite3_log(SQLITE_NOMEM,
46676 sqlite3_log(SQLITE_NOMEM,
46708 sqlite3_log(SQLITE_NOMEM, "failed to HeapDestroy (%lu), heap=%p",
47148 ** It logs a message using sqlite3_log() containing the current value of
47174 sqlite3_log(errcode,
47259 sqlite3_log(SQLITE_NOTICE,
50167 sqlite3_log(SQLITE_ERROR,
53070 sqlite3_log(SQLITE_FULL,
58504 sqlite3_log(SQLITE_NOTICE_RECOVER_ROLLBACK, "recovered %d pages from %s",
64785 ** event via sqlite3_log(). This is to help with identifying performance
64790 sqlite3_log(SQLITE_NOTICE_RECOVER_WAL,
65596 sqlite3_log(rx, "cannot limit WAL size: %s", pWal->zWalName);
67340 sqlite3_log(SQLITE_NOTICE, "ckpt rc[%d]", rc);
68727 sqlite3_log(SQLITE_NOTADB, "[%s]wrong header format, memory might be overwritten!", logStr);
70575 sqlite3_log(SQLITE_CORRUPT,
85424 sqlite3_log(SQLITE_FULL, "MJ delete: %s", zSuper);
85428 sqlite3_log(SQLITE_FULL, "MJ collide: %s", zSuper);
87903 sqlite3_log(SQLITE_MISUSE, "API called with finalized prepared statement");
87911 sqlite3_log(SQLITE_MISUSE, "API called with NULL prepared statement");
89348 sqlite3_log(SQLITE_MISUSE,
91524 sqlite3_log(pOp->p1, "abort at %d in [%s]: %s", pcx, p->zSql, p->zErrMsg);
99197 sqlite3_log(rc, "statement aborts at %d: [%s] %s",
104240 ** on sqlite3_log() whenever the capability is used.
104322 sqlite3_log(SQLITE_WARNING,
125703 ** sqlite3_log(). The return value is NULL. The function exists purely for
125713 sqlite3_log(sqlite3_value_int(argv[0]), "%s", sqlite3_value_text(argv[1]));
132493 #define sqlite3_log sqlite3_api->log
132985 sqlite3_log,
157434 sqlite3_log(SQLITE_WARNING_AUTOINDEX,
160875 sqlite3_log(SQLITE_WARNING, "abbreviated query algorithm search");
172860 sqlite3_log(pParse->rc, "%s in \"%s\"", pParse->zErrMsg, pParse->zTail);
177189 ** 2. Invoke sqlite3_log() to provide the source code location where
177193 sqlite3_log(iErr, "%s at line %d of [%.10s]",
189965 ** If FTS_LOG_MERGES is defined, call sqlite3_log() to report each automatic
189972 sqlite3_log(SQLITE_OK, "%d-way merge from level %d", nMerge, (int)iAbsLevel);
220258 sqlite3_log(SQLITE_SCHEMA,
220264 sqlite3_log(SQLITE_SCHEMA,
220272 sqlite3_log(SQLITE_SCHEMA, "sqlite3changeset_apply(): "
245191 sqlite3_log(SQLITE_WARNING, "invalid attach cipher algorithm");
245301 sqlite3_log(SQLITE_ERROR, "codec: cipher_page_size not a power of 2 and between 512 and 65536 inclusive(%d).", size);
245312 sqlite3_log(SQLITE_NOMEM, "codec: alloc mem failed when set cipher page size(%d).", size);
245619 sqlite3_log(SQLITE_ERROR, "codec: check hmac error at page %d, hmac %d, kdf %d, pageSize %d.",
245835 sqlite3_log(SQLITE_WARNING, "sqlite3_rekey_v2: error when writing page %d: errno = %d.", pgno, rc);
245838 sqlite3_log(SQLITE_WARNING, "sqlite3_rekey_v2: error when reading page %d: errno = %d.", pgno, rc);
246229 sqlite3_log(SQLITE_WARNING, "*** SQLITE_LOG DB Lock ***\n");
246231 sqlite3_log(SQLITE_WARNING, "NO DB FILE !\n");
246245 sqlite3_log(SQLITE_ERROR, "Get DB Lock Info Fail !\n");
246249 sqlite3_log(SQLITE_WARNING, "lock name: %s, pos: 0x%x, len: 0x%x, lock type: %s, owner: %d\n",
246257 sqlite3_log(SQLITE_WARNING, "*** SQLITE_LOG WAL Lock ***\n");
246270 sqlite3_log(SQLITE_ERROR, "Get WAL Lock Info Fail !\n");
246274 sqlite3_log(SQLITE_WARNING, "lock name: %s, pos: 0x%x, len: 0x%x, lock type: %s, owner: %d\n",
246282 sqlite3_log(SQLITE_ERROR, "DB Shm is NULL!\n");
246286 sqlite3_log(SQLITE_WARNING, " thrad WAL Lock[%d] for DB file: %d\n", i, uFile_db->pShm->pShmNode->aLock[i]);
246296 sqlite3_log(SQLITE_ERROR, "Wal ptr is NULL!\n");
246306 sqlite3_log(SQLITE_ERROR, "Pager ptr is NULL!\n");