Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c17477 # define ExprSetVVAProperty(E,P) (E)->flags|=(P) macro
17479 # define ExprSetVVAProperty(E,P) macro
95318 ExprSetVVAProperty(pExpr, EP_NoReduce);
99824 ExprSetVVAProperty(pExpr, EP_NoReduce);
102162 ExprSetVVAProperty(pExpr, EP_NoReduce);
102209 ExprSetVVAProperty(pExpr, EP_NoReduce);
124976 ExprSetVVAProperty(pEq, EP_NoReduce);
125012 ExprSetVVAProperty(p, EP_NoReduce);

Completed in 366 milliseconds