Searched refs:sqlite3ErrorMsg (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 21263 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse*, const char*, ...); 31587 sqlite3ErrorMsg(db->pParse, "out of memory"); in sqlite3OomFault() 35753 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){ in sqlite3ErrorMsg() function 35860 sqlite3ErrorMsg(pParse, "unrecognized token: \"%s\"", p->u.zToken); in sqlite3DequoteNumber() 85395 sqlite3ErrorMsg(pCtx->pParse, "%s", sqlite3_value_text(pVal)); 103742 sqlite3ErrorMsg(&sParse, "cannot open virtual table: %s", zTable); 103746 sqlite3ErrorMsg(&sParse, "cannot open table without rowid: %s", zTable); 103750 sqlite3ErrorMsg(&sParse, "cannot open table with generated columns: %s", 103756 sqlite3ErrorMsg(&sParse, "cannot open view: %s", zTable); 108706 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs); [all …]
|