Lines Matching refs:pRight
620 Select *pRight, *pLeft = A;
621 pRight = sqlite3SelectNew(pParse,Y,0,0,0,0,0,SF_Values|SF_MultiValue,0);
623 if( pRight ){
624 pRight->op = TK_ALL;
625 pRight->pPrior = pLeft;
626 A = pRight;
661 Expr *pRight = sqlite3PExpr(pParse, TK_ASTERISK, 0, 0);
663 Expr *pDot = sqlite3PExpr(pParse, TK_DOT, pLeft, pRight);
1059 p->pLeft = p->pRight = 0;
1223 sqlite3ExprDelete(db, pA->pRight);
1224 pA->pRight = 0;