Searched refs:ExprHasProperty (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwalker.c42 testcase( ExprHasProperty(pExpr, EP_TokenOnly) );
43 testcase( ExprHasProperty(pExpr, EP_Reduced) );
49 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
H A Dexpr.c41 assert( !ExprHasProperty(pExpr, EP_IntValue) );
167 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){
327 if( ExprHasProperty(p, EP_xIsSelect) ){
524 assert( !ExprHasProperty(pNew, EP_xIsSelect) );
617 assert( !ExprHasProperty(p, EP_IntValue) || p->u.iValue>=0 );
621 if( !ExprHasProperty(p, EP_Reduced) && (p->flags2 & EP2_MallocedToken)!=0 ){
624 if( ExprHasProperty(p, EP_xIsSelect) ){
630 if( !ExprHasProperty(p, EP_Static) ){
641 if( ExprHasProperty(p, EP_TokenOnly) ) return EXPR_TOKENONLYSIZE;
642 if( ExprHasProperty(
[all...]
H A Dresolve.c72 }else if( ExprHasProperty(pOrig, EP_IntValue) || pOrig->u.zToken==0 ){
309 if( !pNC->allowAgg && ExprHasProperty(pOrig, EP_Agg) ){
340 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
526 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
584 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
1068 if( ExprHasProperty(pItem->pExpr, EP_Agg) ){
1175 return ExprHasProperty(pExpr, EP_Error);
H A Dselect.c1081 assert( ExprHasProperty(pExpr, EP_xIsSelect) );
1242 assert( p->pRight==0 || ExprHasProperty(p->pRight, EP_IntValue)
1259 assert( !ExprHasProperty(pColExpr, EP_IntValue) );
2515 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
3062 if( NEVER(ExprHasProperty(pExpr, EP_xIsSelect)) ) return 0;
3066 assert( !ExprHasProperty(pExpr, EP_IntValue) );
3291 assert( !ExprHasProperty(pE->pLeft, EP_IntValue) );
3522 assert( !ExprHasProperty(pE, EP_xIsSelect) );
3546 assert( !ExprHasProperty(pF->pExpr, EP_xIsSelect) );
3569 assert( !ExprHasProperty(p
[all...]
H A Dattach.c496 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
H A Dwhere.c449 if( ExprHasProperty(p, EP_xIsSelect) ){
1059 assert( !ExprHasProperty(pNew, EP_xIsSelect) );
1123 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
1134 if( ExprHasProperty(pExpr, EP_FromJoin) ){
2848 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
3201 && (pLevel->iLeftJoin==0 || ExprHasProperty(pTerm->pExpr, EP_FromJoin))
4203 if( pLevel->iLeftJoin && !ExprHasProperty(pE, EP_FromJoin) ){
H A Dvdbemem.c1059 if( ExprHasProperty(pExpr, EP_IntValue) ){
H A DsqliteInt.h1722 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10067 #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11421 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11421 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) macro
[all...]

Completed in 473 milliseconds