Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c19103 #define EP_NoReduce 0x01 /* Cannot EXPRDUP_REDUCE this Expr */ macro
107032 ExprSetVVAProperty(pExpr, EP_NoReduce);
110531 assert( !ExprHasVVAProperty(p, EP_NoReduce) );
112734 ExprSetVVAProperty(pExpr, EP_NoReduce);
115816 ExprSetVVAProperty(pExpr, EP_NoReduce);
115965 ExprSetVVAProperty(pExpr, EP_NoReduce);
143310 ExprSetVVAProperty(p, EP_NoReduce);
143506 ExprSetVVAProperty(pEq, EP_NoReduce);