Searched refs:sqlite3_log (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/man/ |
| H A D | Makefile | 132 sqlite3_log.3 \
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3ext.h | 571 #define sqlite3_log sqlite3_api->log macro
|
| H A D | sqlite3.h | 9509 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
|
| H A D | sqlite3.c | 9822 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 D | sqlite3.d | 1832 void sqlite3_log(int iErrCode, const char *zFormat, ...);
|