Searched refs:JT_LTORJ (Results 1 – 1 of 1) sorted by relevance
19126 #define JT_LTORJ 0x40 /* One of the LEFT operands of a RIGHT JOIN macro32320 if( pItem->fg.jointype & JT_LTORJ ){ in sqlite3TreeViewSrcList()105890 assert( (pMatch->fg.jointype & (JT_LEFT|JT_LTORJ))!=0 );106150 if( (pMatch->fg.jointype & (JT_LEFT|JT_LTORJ))!=0 ){110417 if( pSrc->fg.jointype & JT_LTORJ ){110427 && (pSrcList->a[0].fg.jointype & JT_LTORJ)!=0 /* Fast pre-test of (6b) */110432 if( (pSrcList->a[jj].fg.jointype & JT_LTORJ)!=0 ){125132 p1->a[0].fg.jointype |= (JT_LTORJ & p1->a[1].fg.jointype);125194 p->a[i].fg.jointype |= JT_LTORJ;141804 if( (pSrc->a[0].fg.jointype & JT_LTORJ)!=0 ){[all …]