Searched refs:ExprHasProperty (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 19018 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) macro 19081 ExprHasProperty((p), EP_WinFunc) && p->y.pWin->eFrmType!=TK_FILTER \ 31664 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf() 31766 && (ExprHasProperty(pExpr,EP_OuterON|EP_InnerON) || pExpr->w.iOfst<=0) in sqlite3RecordErrorOffsetOfExpr() 32782 if( ExprHasProperty(pExpr, EP_OuterON) ){ in sqlite3TreeViewExpr() 32785 if( ExprHasProperty(pExpr, EP_InnerON) ){ in sqlite3TreeViewExpr() 32788 if( ExprHasProperty(pExpr, EP_FromDDL) ){ in sqlite3TreeViewExpr() 32824 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr() 32839 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr() 32845 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr() [all …]
|