Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c14947 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) macro
26111 if( ExprHasProperty(pExpr, EP_TokenOnly) ){
26141 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
69965 if( ExprHasProperty(pExpr, EP_IntValue) ){
87833 testcase( ExprHasProperty(pExpr, EP_TokenOnly) );
87834 testcase( ExprHasProperty(pExpr, EP_Reduced) );
87837 && !ExprHasProperty(pExpr,EP_TokenOnly) ){
87840 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
88053 if( !ExprHasProperty(pExpr, EP_IntValue) && pExpr->u.zToken!=0 ){
88158 assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) );
[all …]
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.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 …]