Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17445 #define EP_NoReduce 0x020000 /* Cannot EXPRDUP_REDUCE this Expr */ macro
95318 ExprSetVVAProperty(pExpr, EP_NoReduce);
98050 assert( !ExprHasProperty(p, 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 416 milliseconds