Searched refs:EP_ConstFunc (Results 1 – 1 of 1) sorted by relevance
19059 #define EP_ConstFunc 0x100000 /* A SQLITE_FUNC_CONSTANT or _SLOCHNG function */ macro107909 ExprSetProperty(pExpr,EP_ConstFunc);111466 if( (pWalker->eCode>=4 || ExprHasProperty(pExpr,EP_ConstFunc))167909 if( pExpr->op==TK_FUNCTION && ExprHasProperty(pExpr, EP_ConstFunc)==0 ){