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