| /sqlite-3.40.0/src/ |
| H A D | test_sqllog.c | 182 sqlite3_log(SQLITE_IOERR, "sqllogFindFile(): error in fopen()"); in sqllogFindFile() 218 sqlite3_log(SQLITE_IOERR, "sqllogFindFile(): error reading index file"); in sqllogFindFile() 266 sqlite3_log(rc, "sqllogFindAttached(): error in \"PRAGMA database_list\""); in sqllogFindAttached() 344 sqlite3_log(rc, "sqllogCopydb(): error backing up database"); in sqllogCopydb() 394 sqlite3_log(SQLITE_IOERR, "sqllogOpenlog(): Failed to open log file"); in sqllogOpenlog() 434 sqlite3_log(SQLITE_IOERR, in sqllogTraceDb()
|
| H A D | mem1.c | 135 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 148 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 205 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 221 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
|
| H A D | os_win.c | 1271 sqlite3_log(SQLITE_ERROR, "failed to HeapCompact (%lu), heap=%p", in sqlite3_win32_compact_heap() 1277 sqlite3_log(SQLITE_NOTFOUND, "failed to HeapCompact, heap=%p", in sqlite3_win32_compact_heap() 1505 sqlite3_log(SQLITE_NOMEM, "failed to HeapFree block %p (%lu), heap=%p", in winMemFree() 1531 sqlite3_log(SQLITE_NOMEM, "failed to %s %u bytes (%lu), heap=%p", in winMemRealloc() 1555 sqlite3_log(SQLITE_NOMEM, "failed to HeapSize block %p (%lu), heap=%p", in winMemSize() 1591 sqlite3_log(SQLITE_NOMEM, in winMemInit() 1603 sqlite3_log(SQLITE_NOMEM, in winMemInit() 1635 sqlite3_log(SQLITE_NOMEM, "failed to HeapDestroy (%lu), heap=%p", in winMemShutdown() 2101 sqlite3_log(errcode, in winLogErrorAtLine() 2186 sqlite3_log(SQLITE_NOTICE, in winLogIoerr() [all …]
|
| H A D | test_multiplex.c | 305 sqlite3_log(SQLITE_FULL, "multiplexed chunk overflow: %s", pGroup->zName); in multiplexSubOpen() 326 sqlite3_log(*rc, "multiplexor.xAccess failure on %s", in multiplexSubOpen() 342 sqlite3_log(*rc, "multiplexor.xOpen failure on %s", in multiplexSubOpen()
|
| H A D | mutex.c | 160 sqlite3_log(SQLITE_MISUSE, in checkMutexEnter()
|
| H A D | mem5.c | 251 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe()
|
| H A D | vdbeapi.c | 41 sqlite3_log(SQLITE_MISUSE, "API called with finalized prepared statement"); in vdbeSafety() 49 sqlite3_log(SQLITE_MISUSE, "API called with NULL prepared statement"); in vdbeSafetyNotNull() 1447 sqlite3_log(SQLITE_MISUSE, in vdbeUnbind()
|
| H A D | loadext.c | 362 sqlite3_log,
|
| H A D | os_unix.c | 690 sqlite3_log(SQLITE_WARNING, in robust_open() 1266 sqlite3_log(errcode, in unixLogErrorAtLine() 1483 sqlite3_log(SQLITE_WARNING, "cannot fstat db file %s", pFile->zPath); in verifyDbFile() 1487 sqlite3_log(SQLITE_WARNING, "file unlinked while open: %s", pFile->zPath); in verifyDbFile() 1491 sqlite3_log(SQLITE_WARNING, "multiple links to file: %s", pFile->zPath); in verifyDbFile() 1495 sqlite3_log(SQLITE_WARNING, "file renamed while open: %s", pFile->zPath); in verifyDbFile()
|
| H A D | tokenize.c | 696 sqlite3_log(pParse->rc, "%s in \"%s\"", pParse->zErrMsg, pParse->zTail);
|
| H A D | pcache.c | 461 sqlite3_log(SQLITE_FULL, in sqlite3PcacheFetchStress()
|
| H A D | sqlite3ext.h | 564 #define sqlite3_log sqlite3_api->log macro
|
| H A D | printf.c | 1343 void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log() function
|
| H A D | util.c | 1379 sqlite3_log(SQLITE_MISUSE, in logBadConnection()
|
| H A D | wal.c | 1429 sqlite3_log(SQLITE_NOTICE_RECOVER_WAL, in walIndexRecover() 2231 sqlite3_log(rx, "cannot limit WAL size: %s", pWal->zWalName); in walLimitSize()
|
| H A D | resolve.c | 647 sqlite3_log(SQLITE_WARNING, in lookupName()
|
| H A D | func.c | 997 sqlite3_log(sqlite3_value_int(argv[0]), "%s", sqlite3_value_text(argv[1])); in errlogFunc()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | mmapwarm.c | 96 sqlite3_log(SQLITE_OK, in sqlite3_mmap_warm()
|
| H A D | cksumvfs.c | 456 sqlite3_log(SQLITE_IOERR_DATA, in cksmRead()
|
| /sqlite-3.40.0/tool/ |
| H A D | mksqlite3h.tcl | 94 sqlite3_log
|
| H A D | mksqlite3c-noext.tcl | 137 sqlite3_log
|
| H A D | mksqlite3c.tcl | 182 sqlite3_log
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | checkfreelist.c | 134 sqlite3_log(SQLITE_ERROR, "checkfreelist: %s", zErr); in checkFreelistError()
|
| /sqlite-3.40.0/test/ |
| H A D | oserror.test | 13 # sqlite3_log() mechanism when certain errors are encountered in the
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 4723 sqlite3_log(SQLITE_SCHEMA, in sessionChangesetApply() 4729 sqlite3_log(SQLITE_SCHEMA, in sessionChangesetApply() 4737 sqlite3_log(SQLITE_SCHEMA, "sqlite3changeset_apply(): " in sessionChangesetApply()
|