Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile132 sqlite3_log.3 \
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h571 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.h9509 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
H A Dsqlite3.c9822 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
26495 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
26508 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); in sqlite3MemMalloc()
26565 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
26581 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
28126 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte); in memsys5MallocUnsafe()
28623 sqlite3_log(SQLITE_MISUSE, in checkMutexEnter()
32161 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ in sqlite3_log() function
36117 sqlite3_log(SQLITE_MISUSE,
38755 sqlite3_log(SQLITE_WARNING,
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1832 void sqlite3_log(int iErrCode, const char *zFormat, ...);