Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21906 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse*, const char*, ...);
32283 sqlite3ErrorMsg(db->pParse, "out of memory"); in sqlite3OomFault()
36600 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){ in sqlite3ErrorMsg() function
36707 sqlite3ErrorMsg(pParse, "unrecognized token: \"%s\"", p->u.zToken); in sqlite3DequoteNumber()
87217 sqlite3ErrorMsg(pCtx->pParse, "%s", sqlite3_value_text(pVal));
105998 sqlite3ErrorMsg(&sParse, "cannot open virtual table: %s", zTable);
106002 sqlite3ErrorMsg(&sParse, "cannot open table without rowid: %s", zTable);
106006 sqlite3ErrorMsg(&sParse, "cannot open table with generated columns: %s",
106012 sqlite3ErrorMsg(&sParse, "cannot open view: %s", zTable);
111000 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs);
[all …]