Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19480 #define EP_Leaf 0x800000 /* Expr.pLeft, .pRight, .u.pSelect all NULL */ macro
107841 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){
108796 if( ExprHasProperty(pExpr,EP_Leaf) ){
108797 ExprClearProperty(pExpr,EP_Leaf);
108835 if( !ExprHasProperty(pExpr,(EP_TokenOnly|EP_Leaf)) ){
108840 ExprSetProperty(pExpr, EP_Leaf);
111301 pNew->flags |= EP_IntValue|EP_Leaf|(iValue?EP_IsTrue:EP_IsFalse);
111728 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){
111735 if( !ExprHasProperty(p, (EP_TokenOnly|EP_Leaf)) ){
112033 if( ((p->flags|pNew->flags)&(EP_TokenOnly|EP_Leaf))==0 ){
[all …]