Lines Matching refs:pSelect
485 Select *pSelect; /* Pointer to the SELECT on the RHS */ in removeUnindexableInClauseTerms() local
488 pOrigRhs = pNew->x.pSelect->pEList; in removeUnindexableInClauseTerms()
508 pNew->x.pSelect->pEList = pRhs; in removeUnindexableInClauseTerms()
518 pSelect = pNew->x.pSelect; in removeUnindexableInClauseTerms()
519 if( pSelect->pOrderBy ){ in removeUnindexableInClauseTerms()
527 ExprList *pOrderBy = pSelect->pOrderBy; in removeUnindexableInClauseTerms()
611 if( !ExprUseXSelect(pX) || pX->x.pSelect->pEList->nExpr==1 ){ in codeEqualityTerm()
1441 assert( pWInfo->pSelect!=0 ); in sqlite3WhereCodeOneLoopStart()
1442 assert( pWInfo->pSelect->iOffset>0 ); in sqlite3WhereCodeOneLoopStart()
1443 sqlite3VdbeAddOp2(v, OP_Integer, 0, pWInfo->pSelect->iOffset); in sqlite3WhereCodeOneLoopStart()
2565 && (pAlt->pExpr->x.pSelect->pEList->nExpr>1) in sqlite3WhereCodeOneLoopStart()