Home | History | Annotate | Download | only in orig

Lines Matching defs:TK_FUNCTION

8351 #define TK_FUNCTION                       153
11299 ** variable name. Finally, if the expression is an SQL function (TK_FUNCTION),
77441 case TK_FUNCTION: {
78109 ** set and the opcode is changed from TK_FUNCTION to TK_AGG_FUNCTION.
78327 assert( pExpr->op==TK_FUNCTION );
78816 pNew = sqlite3ExprAlloc(db, TK_FUNCTION, pToken, 1);
79464 case TK_FUNCTION:
80971 case TK_FUNCTION: {
81583 case TK_FUNCTION: {
93284 if( pExpr->op!=TK_FUNCTION
111630 if( pExpr->op!=TK_FUNCTION ){