Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c102013 if( ExprHasProperty(p, EP_Commuted) ){
102850 if( ExprHasProperty(p, EP_Leaf) && !ExprHasProperty(p, EP_TokenOnly) ){
102876 if( ExprHasProperty(p, EP_MemToken) ){
102880 if( !ExprHasProperty(p, EP_Static) ){
102968 || ExprHasProperty(p, EP_WinFunc)
104844 if( ExprHasProperty(pExpr, EP_Subrtn) ){
107117 if( ExprHasProperty(pA,EP_WinFunc)!=ExprHasProperty(pB,EP_WinFunc) ){
133672 if( ExprHasProperty(p, EP_FromJoin)
136890 if( ExprHasProperty(pExpr, EP_FromJoin)
136897 && !ExprHasProperty(pExpr, EP_FixedCol)
[all …]