Searched refs:ExprClearProperty (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 19021 #define ExprClearProperty(E,P) (E)->flags&=~(P) macro 106917 ExprClearProperty(pExpr,EP_Leaf); 111849 ExprClearProperty(pExpr, EP_Subrtn); 112526 ExprClearProperty(p, EP_Skip); 142236 ExprClearProperty(p, EP_OuterON|EP_InnerON); 142240 ExprClearProperty(p, EP_CanBeNull); 145700 ExprClearProperty(pExpr, EP_Collate); 146662 ExprClearProperty(pExpr, EP_Leaf); 147126 ExprClearProperty(pY, EP_Skip|EP_Unlikely); 148359 ExprClearProperty(pExpr, EP_Skip|EP_Collate|EP_Unlikely); [all …]
|