Home
last modified time | relevance | path

Searched refs:sqlite3_log (Results 1 – 25 of 34) sorted by relevance

12

/sqlite-3.40.0/src/
H A Dtest_sqllog.c182 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 Dmem1.c135 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 Dos_win.c1271 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 Dtest_multiplex.c305 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 Dmutex.c160 sqlite3_log(SQLITE_MISUSE, in checkMutexEnter()
H A Dmem5.c251 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe()
H A Dvdbeapi.c41 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 Dloadext.c362 sqlite3_log,
H A Dos_unix.c690 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 Dtokenize.c696 sqlite3_log(pParse->rc, "%s in \"%s\"", pParse->zErrMsg, pParse->zTail);
H A Dpcache.c461 sqlite3_log(SQLITE_FULL, in sqlite3PcacheFetchStress()
H A Dsqlite3ext.h564 #define sqlite3_log sqlite3_api->log macro
H A Dprintf.c1343 void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log() function
H A Dutil.c1379 sqlite3_log(SQLITE_MISUSE, in logBadConnection()
H A Dwal.c1429 sqlite3_log(SQLITE_NOTICE_RECOVER_WAL, in walIndexRecover()
2231 sqlite3_log(rx, "cannot limit WAL size: %s", pWal->zWalName); in walLimitSize()
H A Dresolve.c647 sqlite3_log(SQLITE_WARNING, in lookupName()
H A Dfunc.c997 sqlite3_log(sqlite3_value_int(argv[0]), "%s", sqlite3_value_text(argv[1])); in errlogFunc()
/sqlite-3.40.0/ext/misc/
H A Dmmapwarm.c96 sqlite3_log(SQLITE_OK, in sqlite3_mmap_warm()
H A Dcksumvfs.c456 sqlite3_log(SQLITE_IOERR_DATA, in cksmRead()
/sqlite-3.40.0/tool/
H A Dmksqlite3h.tcl94 sqlite3_log
H A Dmksqlite3c-noext.tcl137 sqlite3_log
H A Dmksqlite3c.tcl182 sqlite3_log
/sqlite-3.40.0/ext/repair/
H A Dcheckfreelist.c134 sqlite3_log(SQLITE_ERROR, "checkfreelist: %s", zErr); in checkFreelistError()
/sqlite-3.40.0/test/
H A Doserror.test13 # sqlite3_log() mechanism when certain errors are encountered in the
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c4723 sqlite3_log(SQLITE_SCHEMA, in sessionChangesetApply()
4729 sqlite3_log(SQLITE_SCHEMA, in sessionChangesetApply()
4737 sqlite3_log(SQLITE_SCHEMA, "sqlite3changeset_apply(): " in sessionChangesetApply()

12