Searched refs:JT_OUTER (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c113 ** JT_OUTER
135 /* left */ { 6, 4, JT_LEFT|JT_OUTER },
136 /* outer */ { 10, 5, JT_OUTER },
137 /* right */ { 14, 5, JT_RIGHT|JT_OUTER },
138 /* full */ { 19, 4, JT_LEFT|JT_RIGHT|JT_OUTER },
162 (jointype & (JT_INNER|JT_OUTER))==(JT_INNER|JT_OUTER) ||
171 }else if( (jointype & JT_OUTER)!=0
335 isOuter = (pRight->jointype & JT_OUTER)!=0;
2766 if( (pSubitem->jointype & JT_OUTER)!
[all...]
H A DsqliteInt.h1865 #define JT_OUTER 0x0020 /* The "OUTER" keyword is present */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10210 #define JT_OUTER 0x0020 /* The "OUTER" keyword is present */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11598 #define JT_OUTER 0x0020 /* The "OUTER" keyword is present */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11598 #define JT_OUTER 0x0020 /* The "OUTER" keyword is present */ macro
[all...]

Completed in 807 milliseconds