Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12311 #define SF_MultiValue 0x0100 /* Single VALUES term with multiple rows */ macro
84823 pSel->selFlags &= ~SF_MultiValue;
108579 assert( p->selFlags & SF_MultiValue );
108688 if( p->selFlags & SF_MultiValue ){
110894 if( (pSelect->selFlags & SF_MultiValue)==0 ){
123306 if( (p->selFlags & SF_MultiValue)==0 &&
125659 pRhs->selFlags &= ~SF_MultiValue;
125707 pRight = sqlite3SelectNew(pParse,yymsp[-1].minor.yy14,0,0,0,0,0,SF_Values|SF_MultiValue,0,0);
125708 if( ALWAYS(pLeft) ) pLeft->selFlags &= ~SF_MultiValue;

Completed in 387 milliseconds