Home
last modified time | relevance | path

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

/NextBSD/contrib/sqlite3/
HDsqlite3.c12086 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) macro
22843 if( ExprHasProperty(pExpr, EP_TokenOnly) ){
22873 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
65497 if( ExprHasProperty(pExpr, EP_IntValue) ){
82529 testcase( ExprHasProperty(pExpr, EP_TokenOnly) );
82530 testcase( ExprHasProperty(pExpr, EP_Reduced) );
82533 && !ExprHasProperty(pExpr,EP_TokenOnly) ){
82536 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
82773 if( !ExprHasProperty(pExpr, EP_IntValue) && pExpr->u.zToken!=0 ){
82878 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) );
[all …]
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c10375 #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 …]