Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19475 #define SF_MultiValue 0x0000400 /* Single VALUES term with multiple rows */ macro
109508 pRet->selFlags |= SF_MultiValue;
144585 assert( p->selFlags & SF_MultiValue );
144687 if( p->selFlags & SF_MultiValue ){
171090 if( (p->selFlags & SF_MultiValue)==0 &&
174879 if( ALWAYS(pLhs) ) pLhs->selFlags &= ~SF_MultiValue;
174880 pRhs->selFlags &= ~SF_MultiValue;
174918 pRight = sqlite3SelectNew(pParse,yymsp[-1].minor.yy322,0,0,0,0,0,SF_Values|SF_MultiValue,0);
174919 if( ALWAYS(pLeft) ) pLeft->selFlags &= ~SF_MultiValue;