Lines Matching defs:misuse
34987 ** misuse of the interface such as passing in db pointers that are
60359 ** misuse of SQLite and a bug in the 3rd-party software, but the 3rd-party
89640 ** It is misuse to call this routine with statements from different
104259 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs);
104265 sqlite3ErrorMsg(pParse, "misuse of aliased window function %s",zAs);
104786 sqlite3ErrorMsg(pParse, "misuse of %s function %#T()",zType,pExpr);
104792 sqlite3ErrorMsg(pParse,"misuse of aggregate function %#T()",pExpr);
110255 sqlite3ErrorMsg(pParse, "misuse of aggregate: %#T()", pExpr);
164071 "misuse of aggregate: %s()", pExpr->u.zToken);
175040 /* SQLITE_MISUSE */ "bad parameter or other API misuse",
176052 static const u16 misuse[] = {
176063 return (void *)misuse;
177203 return sqlite3ReportError(SQLITE_MISUSE, lineno, "misuse");