Searched refs:ExprHasProperty (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 109458 if( ExprHasProperty(p, EP_Commuted) ){ 110388 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){ 110414 if( !ExprHasProperty(p, EP_Static) 110426 if( !ExprHasProperty(p, EP_Static) ){ 111401 if( ExprHasProperty(pExpr, EP_TokenOnly) 111415 || ExprHasProperty(pExpr, EP_WinFunc) 112653 if( ExprHasProperty(pExpr, EP_Subrtn) ){ 113555 && !ExprHasProperty(pExpr, EP_Leaf) 115095 if( ExprHasProperty(pA,EP_WinFunc)!=ExprHasProperty(pB,EP_WinFunc) ){ 148151 if( ExprHasProperty(pWhere,EP_OuterON) [all …]
|