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