Searched refs:sqlite3_log (Results 1 – 6 of 6) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3ext.h | 461 #define sqlite3_log sqlite3_api->log macro
|
D | sqlite3.h | 7304 SQLITE_API void SQLITE_CDECL sqlite3_log(int iErrCode, const char *zFormat, ...);
|
D | sqlite3.c | 7511 SQLITE_API void SQLITE_CDECL sqlite3_log(int iErrCode, const char *zFormat, ...); 17142 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 17155 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 17211 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 17227 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 18781 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe() 22392 SQLITE_API void SQLITE_CDECL sqlite3_log(int iErrCode, const char *zFormat, ...){ 24566 sqlite3_log(SQLITE_MISUSE, 26057 sqlite3_log(SQLITE_WARNING, 26620 sqlite3_log(errcode, [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3ext.h | 461 #define sqlite3_log sqlite3_api->log macro
|
D | sqlite3.h | 7304 SQLITE_API void SQLITE_CDECL sqlite3_log(int iErrCode, const char *zFormat, ...);
|
D | sqlite3.c | 7511 SQLITE_API void SQLITE_CDECL sqlite3_log(int iErrCode, const char *zFormat, ...); 17142 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 17155 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc() 17211 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 17227 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc() 18781 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe() 22392 SQLITE_API void SQLITE_CDECL sqlite3_log(int iErrCode, const char *zFormat, ...){ 24566 sqlite3_log(SQLITE_MISUSE, 26039 sqlite3_log(SQLITE_WARNING, 26602 sqlite3_log(errcode, [all …]
|