HomeSort by relevance Sort by last modified time
    Searched defs:jointype (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
select.c 124 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...]
sqliteInt.h 1843 u8 jointype; \/* Type of join between this able and the previous *\/ member in struct:SrcList::SrcList_item
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 10188 u8 jointype; \/* Type of join between this able and the previous *\/ member in struct:SrcList::SrcList_item
90046 int jointype = 0; local
92839 u8 jointype = 0; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 11573 u8 jointype; \/* Type of join between this able and the previous *\/ member in struct:SrcList::SrcList_item
101614 int jointype = 0; local
104880 u8 jointype = 0; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 11573 u8 jointype; \/* Type of join between this able and the previous *\/ member in struct:SrcList::SrcList_item
101634 int jointype = 0; local
104900 u8 jointype = 0; local
    [all...]

Completed in 489 milliseconds