Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h409 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.h6423 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
H A Dsqlite3.c14917 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
21646 sqlite3_log(SQLITE_MISUSE, in logBadConnection()
25624 sqlite3_log(errcode,
31920 sqlite3_log(SQLITE_NOMEM,
32210 sqlite3_log(errcode,
32259 sqlite3_log(SQLITE_IOERR,
35432 sqlite3_log(SQLITE_FULL,
62541 sqlite3_log(SQLITE_MISUSE,
89660 sqlite3_log,
112632 sqlite3_log(SQLITE_CORRUPT,
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3ext.h540 #define sqlite3_log sqlite3_api->log macro
H A Dsqlite3.h8878 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
H A Dsqlite3.c23700 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
23716 sqlite3_log(SQLITE_NOMEM, in sqlite3MemRealloc()
25749 sqlite3_log(SQLITE_MISUSE, in checkMutexEnter()
32431 sqlite3_log(SQLITE_MISUSE,
34716 sqlite3_log(errcode,
43176 sqlite3_log(SQLITE_NOMEM,
43188 sqlite3_log(SQLITE_NOMEM,
43679 sqlite3_log(errcode,
43764 sqlite3_log(SQLITE_NOTICE,
46652 sqlite3_log(SQLITE_ERROR,
[all …]