Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h2898 #define EP_HasFunc 0x000008 /* Contains one or more functions of any kind */ macro
2931 #define EP_Propagate (EP_Collate|EP_Subquery|EP_HasFunc)
H A Dexpr.c1090 ExprSetProperty(pNew, EP_HasFunc); in sqlite3ExprFunction()
4913 if( pExpr!=0 && ExprHasProperty(pExpr, EP_HasFunc) ){ in sqlite3ExprCodeRunJustOnce()
H A Dselect.c6066 if( (elistFlags & (EP_HasFunc|EP_Subquery))!=0 ){ in selectExpander()