Lines Matching refs:SF_MultiValue
19543 #define SF_MultiValue 0x0000400 /* Single VALUES term with multiple rows */ macro
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)==0
172584 if( (p->selFlags & (SF_MultiValue|SF_Values))==0
176440 if( ALWAYS(pLhs) ) pLhs->selFlags &= ~SF_MultiValue;
176441 pRhs->selFlags &= ~SF_MultiValue;