Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h581 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.h9952 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
H A Dsqlite3.c10273 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
27998 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
28011 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
28068 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
28084 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
29629 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe()
30132 sqlite3_log(SQLITE_MISUSE, in checkMutexEnter()
33871 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log() function
38277 sqlite3_log(SQLITE_MISUSE, in logBadConnection()
41019 sqlite3_log(SQLITE_WARNING, in robust_open()
[all …]