Searched refs:ExprHasProperty (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 19498 #define ExprHasProperty(E,P) (((E)->flags&(u32)(P))!=0) macro 19561 ExprHasProperty((p), EP_WinFunc) && p->y.pWin->eFrmType!=TK_FILTER \ 32521 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf() 32630 && (ExprHasProperty(pExpr,EP_OuterON|EP_InnerON) || pExpr->w.iOfst<=0) in sqlite3RecordErrorOffsetOfExpr() 32635 if( ExprHasProperty(pExpr, EP_FromDDL) ) return; in sqlite3RecordErrorOffsetOfExpr() 33665 if( ExprHasProperty(pExpr, EP_OuterON) ){ in sqlite3TreeViewExpr() 33668 if( ExprHasProperty(pExpr, EP_InnerON) ){ in sqlite3TreeViewExpr() 33671 if( ExprHasProperty(pExpr, EP_FromDDL) ){ in sqlite3TreeViewExpr() 33707 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr() 33722 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr() [all …]
|