Searched refs:sqlite3_log (Results 1 – 6 of 6) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3ext.h | 430 #define sqlite3_log sqlite3_api->log macro
|
D | sqlite3.h | 6665 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
D | sqlite3.c | 7215 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...); 15291 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 15304 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 15360 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 15376 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 16949 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe() 20295 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log() function 22082 sqlite3_log(SQLITE_MISUSE, in logBadConnection() 26113 sqlite3_log(errcode, 32870 sqlite3_log(SQLITE_NOMEM, "failed to HeapAlloc %u bytes (%d), heap=%p", [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 430 #define sqlite3_log sqlite3_api->log macro
|
D | sqlite3.h | 6665 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
D | sqlite3.c | 7215 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...); 15291 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 15304 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 15360 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 15376 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 16949 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe() 20295 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log() function 22082 sqlite3_log(SQLITE_MISUSE, in logBadConnection() 26102 sqlite3_log(errcode, 32857 sqlite3_log(SQLITE_NOMEM, "failed to HeapAlloc %u bytes (%d), heap=%p", [all …]
|