Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c298 if( pLevel->iLeftJoin==0 || ExprHasProperty(pExpr, EP_FromJoin) ){ in disableTerm()
1143 if( pLevel->iLeftJoin && !ExprHasProperty(aExpr[j].p,EP_FromJoin) ){ in sqliteWhereBegin()
H A DsqliteInt.h708 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro