Searched refs:sqlite3_log (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3ext.h | 444 #define sqlite3_log sqlite3_api->log macro
|
| H A D | sqlite3.h | 7047 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
| H A D | sqlite3.c | 7075 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...); 16138 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 16151 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 16207 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 16223 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 17777 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe() 20940 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log() function 22703 sqlite3_log(SQLITE_MISUSE, in logBadConnection() 24193 sqlite3_log(SQLITE_WARNING, 24753 sqlite3_log(errcode, [all …]
|