Home | History | Annotate | Download | only in dist

Lines Matching defs:TK_FUNCTION

8351 #define TK_FUNCTION                       153
11299 ** variable name. Finally, if the expression is an SQL function (TK_FUNCTION),
77461 case TK_FUNCTION: {
78129 ** set and the opcode is changed from TK_FUNCTION to TK_AGG_FUNCTION.
78347 assert( pExpr->op==TK_FUNCTION );
78836 pNew = sqlite3ExprAlloc(db, TK_FUNCTION, pToken, 1);
79484 case TK_FUNCTION:
80991 case TK_FUNCTION: {
81603 case TK_FUNCTION: {
93304 if( pExpr->op!=TK_FUNCTION
111650 if( pExpr->op!=TK_FUNCTION ){