Searched refs:SF_MultiValue (Results 1 – 1 of 1) sorted by relevance
32001 }else if( pSel->selFlags & SF_MultiValue ){ in sqlite3_str_vappendf()110130 pRet->selFlags |= SF_MultiValue;133577 int f = SF_Values | SF_MultiValue;133586 pLeft->selFlags &= ~SF_MultiValue;133637 pLeft->selFlags |= SF_MultiValue;145698 assert( p->selFlags & SF_MultiValue );145800 if( p->selFlags & SF_MultiValue ){168471 && (pWInfo->pSelect->selFlags & SF_MultiValue)==0172584 if( (p->selFlags & (SF_MultiValue|SF_Values))==0176440 if( ALWAYS(pLhs) ) pLhs->selFlags &= ~SF_MultiValue;[all …]