Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c19477 #define EP_ConstFunc 0x100000 /* A SQLITE_FUNC_CONSTANT or _SLOCHNG function */ macro
109231 ExprSetProperty(pExpr,EP_ConstFunc);
112812 if( (pWalker->eCode>=4 || ExprHasProperty(pExpr,EP_ConstFunc))
170749 if( pExpr->op==TK_FUNCTION && ExprHasProperty(pExpr, EP_ConstFunc)==0 ){