Searched refs:EP_xIsSelect (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwalker.c49 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
H A Dexpr.c36 assert( pExpr->flags&EP_xIsSelect );
167 }else if( ExprHasProperty(pExpr, EP_xIsSelect) ){
327 if( ExprHasProperty(p, EP_xIsSelect) ){
524 assert( !ExprHasProperty(pNew, EP_xIsSelect) );
624 if( ExprHasProperty(p, EP_xIsSelect) ){
800 if( ExprHasProperty(p, EP_xIsSelect) ){
1440 p = (ExprHasProperty(pX, EP_xIsSelect) ? pX->x.pSelect : 0);
1524 if( pX->pLeft->iColumn<0 && !ExprHasAnyProperty(pX, EP_xIsSelect) ){
1642 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
1741 assert( ExprHasProperty(pExpr, EP_xIsSelect) );
[all...]
H A Dattach.c496 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
H A Ddelete.c198 pInClause->flags |= EP_xIsSelect;
H A Dresolve.c526 assert( !ExprHasProperty(pExpr, EP_xIsSelect) );
584 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
H A Dselect.c1081 assert( ExprHasProperty(pExpr, EP_xIsSelect) );
2515 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
3062 if( NEVER(ExprHasProperty(pExpr, EP_xIsSelect)) ) return 0;
3522 assert( !ExprHasProperty(pE, EP_xIsSelect) );
3546 assert( !ExprHasProperty(pF->pExpr, EP_xIsSelect) );
3569 assert( !ExprHasProperty(pF->pExpr, EP_xIsSelect) );
3995 assert( !ExprHasProperty(sAggInfo.aFunc[i].pExpr, EP_xIsSelect) );
4294 assert( !ExprHasProperty(p->pEList->a[0].pExpr, EP_xIsSelect) );
H A Dparse.y994 ExprSetProperty(A.pExpr, EP_xIsSelect);
1006 ExprSetProperty(A.pExpr, EP_xIsSelect);
1020 ExprSetProperty(A.pExpr, EP_xIsSelect);
1033 ExprSetProperty(p, EP_xIsSelect);
H A Dwhere.c449 if( ExprHasProperty(p, EP_xIsSelect) ){
1059 assert( !ExprHasProperty(pNew, EP_xIsSelect) );
1123 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
2848 if( ExprHasProperty(pExpr, EP_xIsSelect) ){
H A DsqliteInt.h1596 ** the form "<lhs> IN (SELECT ...)". If the EP_xIsSelect bit is set in the
1694 #define EP_xIsSelect 0x0800 /* x.pSelect is valid (otherwise x.pList is) */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9941 ** the form "<lhs> IN (SELECT ...)". If the EP_xIsSelect bit is set in the
10039 #define EP_xIsSelect 0x0800 /* x.pSelect is valid (otherwise x.pList is) */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11308 ** the form "<lhs> IN (SELECT ...)". If the EP_xIsSelect bit is set in the
11367 Select *pSelect; /* EP_xIsSelect and op = IN, EXISTS, SELECT */
11407 #define EP_xIsSelect 0x000800 /* x.pSelect is valid (otherwise x.pList is) */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11308 ** the form "<lhs> IN (SELECT ...)". If the EP_xIsSelect bit is set in the
11367 Select *pSelect; /* EP_xIsSelect and op = IN, EXISTS, SELECT */
11407 #define EP_xIsSelect 0x000800 /* x.pSelect is valid (otherwise x.pList is) */ macro
[all...]

Completed in 1179 milliseconds