Home
last modified time | relevance | path

Searched refs:EP_ConstFunc (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dresolve.c1055 ExprSetProperty(pExpr,EP_ConstFunc); in resolveExprStep()
H A DsqliteInt.h2915 #define EP_ConstFunc 0x100000 /* A SQLITE_FUNC_CONSTANT or _SLOCHNG function */ macro
H A Dexpr.c2194 if( (pWalker->eCode>=4 || ExprHasProperty(pExpr,EP_ConstFunc)) in exprNodeIsConstant()
H A Dwhere.c5274 if( pExpr->op==TK_FUNCTION && ExprHasProperty(pExpr, EP_ConstFunc)==0 ){ in exprNodeIsDeterministic()