Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h710 #define ExprSetProperty(E,P) (E)->flags|=(P) macro
H A Dselect.c175 ExprSetProperty(pE, EP_FromJoin); in addWhereTerm()
195 ExprSetProperty(p, EP_FromJoin); in setJoinExpr()