/external/chromium_org/third_party/sqlite/src/src/ |
mem1.c | 47 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes of memory", nByte); 100 sqlite3_log(SQLITE_NOMEM,
|
loadext.c | 356 sqlite3_log,
|
tokenize.c | 483 sqlite3_log(pParse->rc, "%s", *pzErrMsg);
|
vdbeapi.c | 41 sqlite3_log(SQLITE_MISUSE, "API called with finalized prepared statement"); 49 sqlite3_log(SQLITE_MISUSE, "API called with NULL prepared statement"); 989 sqlite3_log(SQLITE_MISUSE, [all...] |
mem5.c | 273 sqlite3_log(SQLITE_NOMEM, "failed to allocate %u bytes", nByte);
|
main.c | [all...] |
sqlite3ext.h | 406 #define sqlite3_log sqlite3_api->log macro
|
sqlite.h.in | [all...] |
vdbe.c | 856 sqlite3_log(pOp->p1, "abort at %d in [%s]: %s", pc, p->zSql, pOp->p4.z); 859 sqlite3_log(pOp->p1, "constraint failed at %d in [%s]", pc, p->zSql); [all...] |
wal.c | [all...] |
os_unix.c | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.h | [all...] |
sqlite3.c | 19472 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ function 86888 #define sqlite3_log macro [all...] |