Lines Matching refs:SF_Values
19999 #define SF_Values 0x0000200 /* Synthesized from VALUES clause */ macro
111458 pSel = sqlite3SelectNew(pParse, pExpr->x.pList, 0, 0, 0, 0, 0, SF_Values,0);
135501 int f = SF_Values | SF_MultiValue;
135504 f = SF_Values;
135538 if( pRet->pPrior ) pRet->selFlags |= SF_Values;
135764 if( pSelect && (pSelect->selFlags & SF_Values)!=0 && pSelect->pPrior==0 ){
147691 assert( p->selFlags & SF_Values );
148110 if( p->selFlags & SF_Values ){
164037 && (pExpr->x.pSelect->pPrior==0 || (pExpr->x.pSelect->selFlags & SF_Values))
175413 if( (p->selFlags & (SF_MultiValue|SF_Values))==0
179324 yymsp[-3].minor.yy637 = sqlite3SelectNew(pParse,yymsp[-1].minor.yy402,0,0,0,0,0,SF_Values,0);