Searched refs:ExprHasProperty (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 18872 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) macro 18935 ExprHasProperty((p), EP_WinFunc) && p->y.pWin->eFrmType!=TK_FILTER \ 31496 if( ALWAYS(pExpr) && ALWAYS(!ExprHasProperty(pExpr,EP_IntValue)) ){ in sqlite3_str_vappendf() 31598 && (ExprHasProperty(pExpr,EP_OuterON|EP_InnerON) || pExpr->w.iOfst<=0) in sqlite3RecordErrorOffsetOfExpr() 32614 if( ExprHasProperty(pExpr, EP_OuterON) ){ in sqlite3TreeViewExpr() 32617 if( ExprHasProperty(pExpr, EP_InnerON) ){ in sqlite3TreeViewExpr() 32620 if( ExprHasProperty(pExpr, EP_FromDDL) ){ in sqlite3TreeViewExpr() 32656 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr() 32671 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr() 32677 assert( !ExprHasProperty(pExpr, EP_IntValue) ); in sqlite3TreeViewExpr() [all …]
|
| /freebsd-12-stable/crypto/heimdal/lib/sqlite/ |
| D | sqlite3.c | 10375 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro 58204 if( ExprHasProperty(pExpr, EP_IntValue) ){ 71704 testcase( ExprHasProperty(pExpr, EP_TokenOnly) ); 71705 testcase( ExprHasProperty(pExpr, EP_Reduced) ); 71711 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ 71872 }else if( ExprHasProperty(pOrig, EP_IntValue) || pOrig->u.zToken==0 ){ 72109 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){ 72140 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){ 72326 assert( !ExprHasProperty(pExpr, EP_xIsSelect) ); 72384 if( ExprHasProperty(pExpr, EP_xIsSelect) ){ [all …]
|