Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A DsqliteInt.h713 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
H A Dselect.c179 ExprSetProperty(pE, EP_FromJoin); in addWhereTerm()
199 ExprSetProperty(p, EP_FromJoin); in setJoinExpr()