Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtreeview.c206 }else if( pItem->fg.jointype & JT_CROSS ){ in sqlite3TreeViewSrcList()
H A Dselect.c272 /* (6) cross */ { 28, 5, JT_INNER|JT_CROSS }, in sqlite3JoinType()
6879 || (pTabList->a[1].fg.jointype&(JT_OUTER|JT_CROSS))!=0) in sqlite3Select()
7030 || (pTabList->a[1].fg.jointype&(JT_OUTER|JT_CROSS))!=0) /* (1) */ in sqlite3Select()
H A Dwhere.c4286 || (pItem->fg.jointype & (JT_OUTER|JT_CROSS|JT_LTORJ))!=0 in whereLoopAddAll()
4308 if( mUnusable || (p->fg.jointype & (JT_OUTER|JT_CROSS)) ){ in whereLoopAddAll()
H A DsqliteInt.h3181 #define JT_CROSS 0x02 /* Explicit use of the CROSS keyword */ macro