Searched refs:ExprSetVVAProperty (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 20169 # define ExprSetVVAProperty(E,P) (E)->vvaFlags|=(P) macro 20173 # define ExprSetVVAProperty(E,P) macro 110632 ExprSetVVAProperty(pExpr, EP_NoReduce); 114336 ExprSetVVAProperty(pNew, EP_Immutable); 116610 ExprSetVVAProperty(pExpr, EP_NoReduce); 120015 ExprSetVVAProperty(pExpr, EP_NoReduce); 120174 ExprSetVVAProperty(pExpr, EP_NoReduce); 128924 ExprSetVVAProperty(pExpr, EP_Immutable); 149214 ExprSetVVAProperty(p, EP_NoReduce); 149417 ExprSetVVAProperty(pEq, EP_NoReduce);
|