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.h9954 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
H A Dsqlite3.c10275 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
28028 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
28041 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
28098 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
28114 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
29659 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe()
30162 sqlite3_log(SQLITE_MISUSE, in checkMutexEnter()
33901 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log() function
38307 sqlite3_log(SQLITE_MISUSE, in logBadConnection()
41049 sqlite3_log(SQLITE_WARNING, in robust_open()
[all …]