Home
last modified time | relevance | path

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

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