Searched refs:SF_Values (Results 1 – 1 of 1) sorted by relevance
19542 #define SF_Values 0x0000200 /* Synthesized from VALUES clause */ macro110118 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[all …]