Searched refs:ExprHasProperty (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 20159 #define ExprHasProperty(E,P) (((E)->flags&(u32)(P))!=0) macro 20222 ExprHasProperty((p), EP_WinFunc) && p->y.pWin->eFrmType!=TK_FILTER \ 33361 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf() 33470 && (ExprHasProperty(pExpr,EP_OuterON|EP_InnerON) || pExpr->w.iOfst<=0) in sqlite3RecordErrorOffsetOfExpr() 33475 if( ExprHasProperty(pExpr, EP_FromDDL) ) return; in sqlite3RecordErrorOffsetOfExpr() 34535 if( ExprHasProperty(pExpr, EP_OuterON) ){ in sqlite3TreeViewExpr() 34538 if( ExprHasProperty(pExpr, EP_InnerON) ){ in sqlite3TreeViewExpr() 34541 if( ExprHasProperty(pExpr, EP_FromDDL) ){ in sqlite3TreeViewExpr() 34577 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr() 34592 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr() [all …]
|