Searched refs:ExprSetVVAProperty (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 19529 # define ExprSetVVAProperty(E,P) (E)->vvaFlags|=(P) macro 19533 # define ExprSetVVAProperty(E,P) macro 108341 ExprSetVVAProperty(pExpr, EP_NoReduce); 112021 ExprSetVVAProperty(pNew, EP_Immutable); 114188 ExprSetVVAProperty(pExpr, EP_NoReduce); 117434 ExprSetVVAProperty(pExpr, EP_NoReduce); 117590 ExprSetVVAProperty(pExpr, EP_NoReduce); 125586 ExprSetVVAProperty(pExpr, EP_Immutable); 145283 ExprSetVVAProperty(p, EP_NoReduce); 145487 ExprSetVVAProperty(pEq, EP_NoReduce);
|