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