Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19020 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
106402 ExprSetProperty(pNew, EP_CanBeNull);
106662 ExprSetProperty(pExpr, EP_CanBeNull);
106956 ExprSetProperty(pExpr, EP_Leaf);
107254 ExprSetProperty(pExpr, EP_Unlikely);
107295 ExprSetProperty(pExpr,EP_ConstFunc);
107309 if( pNC->ncFlags & NC_FromDDL ) ExprSetProperty(pExpr, EP_FromDDL);
107479 ExprSetProperty(pExpr, EP_VarSelect);
108255 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
108298 ExprSetProperty(pExpr, pNC->ncFlags & (NC_HasAgg|NC_HasWin) );
[all …]