Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11989 #define EP_NoReduce 0x020000 /* Cannot EXPRDUP_REDUCE this Expr */ macro
81535 ExprSetVVAProperty(pExpr, EP_NoReduce);
83601 assert( !ExprHasProperty(p, EP_NoReduce) );
84828 ExprSetVVAProperty(pExpr, EP_NoReduce);
87063 ExprSetVVAProperty(pExpr, EP_NoReduce);
87110 ExprSetVVAProperty(pExpr, EP_NoReduce);
106797 ExprSetVVAProperty(pEq, EP_NoReduce);
106833 ExprSetVVAProperty(p, EP_NoReduce);

Completed in 335 milliseconds