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

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

Completed in 41 milliseconds