Lines Matching refs:SF_Values
19542 #define SF_Values 0x0000200 /* Synthesized from VALUES clause */ macro
110118 pSel = sqlite3SelectNew(pParse, pExpr->x.pList, 0, 0, 0, 0, 0, SF_Values,0);
133577 int f = SF_Values | SF_MultiValue;
133580 f = SF_Values;
133613 if( pRet->pPrior ) pRet->selFlags |= SF_Values;
133828 if( pSelect && (pSelect->selFlags & SF_Values)!=0 && pSelect->pPrior==0 ){
145700 assert( p->selFlags & SF_Values );
146118 if( p->selFlags & SF_Values ){
161686 && (pExpr->x.pSelect->pPrior==0 || (pExpr->x.pSelect->selFlags & SF_Values))
172584 if( (p->selFlags & (SF_MultiValue|SF_Values))==0
176473 yymsp[-3].minor.yy555 = sqlite3SelectNew(pParse,yymsp[-1].minor.yy14,0,0,0,0,0,SF_Values,0);