Searched refs:ExprSetVVAProperty (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 19111 # define ExprSetVVAProperty(E,P) (E)->vvaFlags|=(P) macro 19115 # define ExprSetVVAProperty(E,P) macro 107032 ExprSetVVAProperty(pExpr, EP_NoReduce); 110681 ExprSetVVAProperty(pNew, EP_Immutable); 112734 ExprSetVVAProperty(pExpr, EP_NoReduce); 115816 ExprSetVVAProperty(pExpr, EP_NoReduce); 115965 ExprSetVVAProperty(pExpr, EP_NoReduce); 123954 ExprSetVVAProperty(pExpr, EP_Immutable); 143310 ExprSetVVAProperty(p, EP_NoReduce); 143506 ExprSetVVAProperty(pEq, EP_NoReduce);
|