Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3ext.h461 #define sqlite3_log sqlite3_api->log macro
Dsqlite3.h7304 SQLITE_API void SQLITE_CDECL sqlite3_log(int iErrCode, const char *zFormat, ...);
Dsqlite3.c7511 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/
Dsqlite3ext.h461 #define sqlite3_log sqlite3_api->log macro
Dsqlite3.h7304 SQLITE_API void SQLITE_CDECL sqlite3_log(int iErrCode, const char *zFormat, ...);
Dsqlite3.c7511 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 …]