Lines Matching refs:JT_LEFT
16500 #define JT_LEFT 0x0008 /* Left outer join */
27157 if( pItem->fg.jointype & JT_LEFT ){
91445 if( (pMatch->fg.jointype & JT_LEFT)!=0 ){
118875 ** JT_LEFT
118878 ** A full outer join is the combination of JT_LEFT and JT_RIGHT.
118895 /* left */ { 6, 4, JT_LEFT|JT_OUTER },
118898 /* full */ { 19, 4, JT_LEFT|JT_RIGHT|JT_OUTER },
118932 && (jointype & (JT_LEFT|JT_RIGHT))!=JT_LEFT ){
123923 || (pTabList->a[1].fg.jointype&(JT_LEFT|JT_CROSS))!=0)
124047 || (pTabList->a[1].fg.jointype&(JT_LEFT|JT_CROSS))!=0) /* (1) */
130132 if( pTabItem->fg.jointype & JT_LEFT ){
130386 if( pLevel->iFrom>0 && (pTabItem[0].fg.jointype & JT_LEFT)!=0 ){
133534 if( (pSrc->fg.jointype & JT_LEFT)
135334 if( (pSrc->fg.jointype & JT_LEFT)!=0
136379 if( ((pItem->fg.jointype|priorJointype) & (JT_LEFT|JT_CROSS))!=0 ){
136389 if( mUnusable || (p->fg.jointype & (JT_LEFT|JT_CROSS)) ){
137674 if( (pItem->fg.jointype & JT_LEFT)==0 ) continue;