Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20182 #define EP_NoReduce 0x01 /* Cannot EXPRDUP_REDUCE this Expr */ macro
110790 ExprSetVVAProperty(pExpr, EP_NoReduce);
114362 assert( !ExprHasVVAProperty(p, EP_NoReduce) );
116786 ExprSetVVAProperty(pExpr, EP_NoReduce);
120211 ExprSetVVAProperty(pExpr, EP_NoReduce);
120370 ExprSetVVAProperty(pExpr, EP_NoReduce);
149435 ExprSetVVAProperty(p, EP_NoReduce);
149638 ExprSetVVAProperty(pEq, EP_NoReduce);