Searched refs:SF_Values (Results 1 – 1 of 1) sorted by relevance
20626 #define SF_Values 0x0000200 /* Synthesized from VALUES clause */ macro113766 pSel = sqlite3SelectNew(pParse, pExpr->x.pList, 0, 0, 0, 0, 0, SF_Values,0);139363 int f = SF_Values | SF_MultiValue;139366 f = SF_Values;139400 if( pRet->pPrior ) pRet->selFlags |= SF_Values;139626 if( pSelect && (pSelect->selFlags & SF_Values)!=0 && pSelect->pPrior==0 ){151635 assert( p->selFlags & SF_Values );151840 if( p->selFlags & SF_Values ){168147 && (pExpr->x.pSelect->pPrior==0 || (pExpr->x.pSelect->selFlags & SF_Values))179740 if( (p->selFlags & (SF_MultiValue|SF_Values))==0[all …]