Searched refs:ExprSetVVAProperty (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 19049 # define ExprSetVVAProperty(E,P) (E)->vvaFlags|=(P) macro 19053 # define ExprSetVVAProperty(E,P) macro 106489 ExprSetVVAProperty(pExpr, EP_NoReduce); 110046 ExprSetVVAProperty(pNew, EP_Immutable); 111997 ExprSetVVAProperty(pExpr, EP_NoReduce); 115084 ExprSetVVAProperty(pExpr, EP_NoReduce); 115233 ExprSetVVAProperty(pExpr, EP_NoReduce); 123204 ExprSetVVAProperty(pExpr, EP_Immutable); 142203 ExprSetVVAProperty(p, EP_NoReduce); 142399 ExprSetVVAProperty(pEq, EP_NoReduce);
|