Searched refs:ExprSetProperty (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 20161 #define ExprSetProperty(E,P) (E)->flags|=(u32)(P) macro 110703 ExprSetProperty(pNew, EP_CanBeNull); 110993 ExprSetProperty(pExpr, EP_CanBeNull); 111293 ExprSetProperty(pExpr, EP_Leaf); 111440 ExprSetProperty(pExpr, EP_SubtArg); 111645 ExprSetProperty(pExpr, EP_Unlikely); 111701 ExprSetProperty(pExpr,EP_ConstFunc); 111730 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL); 111887 ExprSetProperty(pExpr, EP_VarSelect); 112679 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) ); [all …]
|