Searched refs:SF_Values (Results 1 – 1 of 1) sorted by relevance
20647 #define SF_Values 0x0000200 /* Synthesized from VALUES clause */ macro113942 pSel = sqlite3SelectNew(pParse, pExpr->x.pList, 0, 0, 0, 0, 0, SF_Values,0);139584 int f = SF_Values | SF_MultiValue;139587 f = SF_Values;139621 if( pRet->pPrior ) pRet->selFlags |= SF_Values;139847 if( pSelect && (pSelect->selFlags & SF_Values)!=0 && pSelect->pPrior==0 ){151865 assert( p->selFlags & SF_Values );152070 if( p->selFlags & SF_Values ){168398 && (pExpr->x.pSelect->pPrior==0 || (pExpr->x.pSelect->selFlags & SF_Values))179995 if( (p->selFlags & (SF_MultiValue|SF_Values))==0[all …]