Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3ext.h573 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.h9758 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
H A Dsqlite3.c10077 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
27273 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
27286 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
27343 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
27359 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
28904 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe()
29401 sqlite3_log(SQLITE_MISUSE, in checkMutexEnter()
33035 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log() function
37038 sqlite3_log(SQLITE_MISUSE, in logBadConnection()
39581 sqlite3_log(SQLITE_WARNING, in robust_open()
[all …]