Home
last modified time | relevance | path

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

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