Home
last modified time | relevance | path

Searched refs:ExprSetVVAProperty (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c19529 # define ExprSetVVAProperty(E,P) (E)->vvaFlags|=(P) macro
19533 # define ExprSetVVAProperty(E,P) macro
108341 ExprSetVVAProperty(pExpr, EP_NoReduce);
112021 ExprSetVVAProperty(pNew, EP_Immutable);
114188 ExprSetVVAProperty(pExpr, EP_NoReduce);
117434 ExprSetVVAProperty(pExpr, EP_NoReduce);
117590 ExprSetVVAProperty(pExpr, EP_NoReduce);
125586 ExprSetVVAProperty(pExpr, EP_Immutable);
145283 ExprSetVVAProperty(p, EP_NoReduce);
145487 ExprSetVVAProperty(pEq, EP_NoReduce);