Home
last modified time | relevance | path

Searched refs:SF_MultiValue (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c32001 }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;
[all …]