Searched refs:ExprSetVVAProperty (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 18092 # define ExprSetVVAProperty(E,P) (E)->vvaFlags|=(P) macro 18096 # define ExprSetVVAProperty(E,P) macro 97787 ExprSetVVAProperty(pExpr, EP_NoReduce); 100805 ExprSetVVAProperty(pNew, EP_Immutable); 102589 ExprSetVVAProperty(pExpr, EP_NoReduce); 105302 ExprSetVVAProperty(pExpr, EP_NoReduce); 105349 ExprSetVVAProperty(pExpr, EP_NoReduce); 112252 ExprSetVVAProperty(pExpr, EP_Immutable); 129212 ExprSetVVAProperty(pEq, EP_NoReduce); 129248 ExprSetVVAProperty(p, EP_NoReduce);
|