Searched refs:jointype (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c124 int jointype = 0; local
151 jointype |= aKeyword[j].code;
157 jointype |= JT_ERROR;
162 (jointype & (JT_INNER|JT_OUTER))==(JT_INNER|JT_OUTER) ||
163 (jointype & JT_ERROR)!=0
170 jointype = JT_INNER;
171 }else if( (jointype & JT_OUTER)!=0
172 && (jointype & (JT_LEFT|JT_RIGHT))!=JT_LEFT ){
175 jointype = JT_INNER;
177 return jointype;
2917 u8 jointype = 0; local
[all...]
H A Dresolve.c201 if( pItem[1].jointype & JT_NATURAL ){
H A Dbuild.c3338 p->a[i].jointype = p->a[i-1].jointype;
3340 p->a[0].jointype = 0;
H A Dwhere.c2713 if( pSrc->jointype & JT_LEFT ){
3638 if( pLevel->iFrom>0 && (pTabItem[0].jointype & JT_LEFT)!=0 ){
4582 doNotReorder = (pTabItem->jointype & (JT_LEFT|JT_CROSS))!=0;
H A DsqliteInt.h1825 ** The jointype starts out showing the join type between the current table
1828 ** jointype expresses the join between the table and the previous table.
1843 u8 jointype; /* Type of join between this able and the previous */ member in struct:SrcList::SrcList_item
1858 ** Permitted values of the SrcList.a.jointype field
H A Dparse.y492 if( ALWAYS(A && A->nSrc>0) ) A->a[A->nSrc-1].jointype = (u8)Y;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10170 ** The jointype starts out showing the join type between the current table
10173 ** jointype expresses the join between the table and the previous table.
10188 u8 jointype; /* Type of join between this able and the previous */ member in struct:SrcList::SrcList_item
10203 ** Permitted values of the SrcList.a.jointype field
90046 int jointype = 0; local
92839 u8 jointype = 0; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11552 ** The jointype starts out showing the join type between the current table
11555 ** jointype expresses the join between the table and the previous table.
11573 u8 jointype; /* Type of join between this able and the previous */ member in struct:SrcList::SrcList_item
11591 ** Permitted values of the SrcList.a.jointype field
101614 int jointype = 0; local
104880 u8 jointype = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11552 ** The jointype starts out showing the join type between the current table
11555 ** jointype expresses the join between the table and the previous table.
11573 u8 jointype; /* Type of join between this able and the previous */ member in struct:SrcList::SrcList_item
11591 ** Permitted values of the SrcList.a.jointype field
101634 int jointype = 0; local
104900 u8 jointype = 0; local
[all...]

Completed in 2835 milliseconds