Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:TK_FUNCTION

7275 #define TK_FUNCTION                       151
9932 ** variable name. Finally, if the expression is an SQL function (TK_FUNCTION),
70044 case TK_FUNCTION: {
70664 ** set and the opcode is changed from TK_FUNCTION to TK_AGG_FUNCTION.
71255 pNew = sqlite3ExprAlloc(db, TK_FUNCTION, pToken, 1);
71865 case TK_FUNCTION:
73263 case TK_FUNCTION: {
73276 testcase( op==TK_FUNCTION );
73742 case TK_FUNCTION:
83165 if( pExpr->op!=TK_FUNCTION
98394 if( pExpr->op!=TK_FUNCTION ){