Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19521 #define EP_NoReduce 0x01 /* Cannot EXPRDUP_REDUCE this Expr */ macro
108341 ExprSetVVAProperty(pExpr, EP_NoReduce);
111871 assert( !ExprHasVVAProperty(p, EP_NoReduce) );
114188 ExprSetVVAProperty(pExpr, EP_NoReduce);
117434 ExprSetVVAProperty(pExpr, EP_NoReduce);
117590 ExprSetVVAProperty(pExpr, EP_NoReduce);
145283 ExprSetVVAProperty(p, EP_NoReduce);
145487 ExprSetVVAProperty(pEq, EP_NoReduce);