Searched refs:ExprSetVVAProperty (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 17854 # define ExprSetVVAProperty(E,P) (E)->vvaFlags|=(P) macro 17858 # define ExprSetVVAProperty(E,P) macro 99852 ExprSetVVAProperty(pExpr, EP_NoReduce); 103084 ExprSetVVAProperty(pNew, EP_Immutable); 104928 ExprSetVVAProperty(pExpr, EP_NoReduce); 107806 ExprSetVVAProperty(pExpr, EP_NoReduce); 107854 ExprSetVVAProperty(pExpr, EP_NoReduce); 115609 ExprSetVVAProperty(pExpr, EP_Immutable); 133612 ExprSetVVAProperty(pEq, EP_NoReduce); 133648 ExprSetVVAProperty(p, EP_NoReduce);
|