Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19023 #define ExprAlwaysFalse(E) (((E)->flags&(EP_OuterON|EP_IsFalse))==EP_IsFalse) macro
110729 if( ExprAlwaysTrue(pLeft) || ExprAlwaysFalse(pRight) ){
110731 }else if( ExprAlwaysTrue(pRight) || ExprAlwaysFalse(pLeft) ){
114043 }else if( ExprAlwaysFalse(pExpr) ){
114218 if( ExprAlwaysFalse(pExpr) ){
148754 && ExprAlwaysFalse(pExpr)==0