Searched refs:ExprSetVVAProperty (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 20190 # define ExprSetVVAProperty(E,P) (E)->vvaFlags|=(P) macro 20194 # define ExprSetVVAProperty(E,P) macro 110790 ExprSetVVAProperty(pExpr, EP_NoReduce); 114512 ExprSetVVAProperty(pNew, EP_Immutable); 116786 ExprSetVVAProperty(pExpr, EP_NoReduce); 120211 ExprSetVVAProperty(pExpr, EP_NoReduce); 120370 ExprSetVVAProperty(pExpr, EP_NoReduce); 129132 ExprSetVVAProperty(pExpr, EP_Immutable); 149435 ExprSetVVAProperty(p, EP_NoReduce); 149638 ExprSetVVAProperty(pEq, EP_NoReduce);
|