Searched refs:sqlite3_log (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 581 #define sqlite3_log sqlite3_api->log macro
|
| H A D | sqlite3.h | 9952 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
| H A D | sqlite3.c | 10273 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 …]
|