JT_OUTER         90057 third_party/sqlite/amalgamation/sqlite3.c     /* left    */ { 6,  4, JT_LEFT|JT_OUTER          },
JT_OUTER         90058 third_party/sqlite/amalgamation/sqlite3.c     /* outer   */ { 10, 5, JT_OUTER                  },
JT_OUTER         90059 third_party/sqlite/amalgamation/sqlite3.c     /* right   */ { 14, 5, JT_RIGHT|JT_OUTER         },
JT_OUTER         90060 third_party/sqlite/amalgamation/sqlite3.c     /* full    */ { 19, 4, JT_LEFT|JT_RIGHT|JT_OUTER },
JT_OUTER         90084 third_party/sqlite/amalgamation/sqlite3.c      (jointype & (JT_INNER|JT_OUTER))==(JT_INNER|JT_OUTER) ||
JT_OUTER         90093 third_party/sqlite/amalgamation/sqlite3.c   }else if( (jointype & JT_OUTER)!=0 
JT_OUTER         90257 third_party/sqlite/amalgamation/sqlite3.c     isOuter = (pRight->jointype & JT_OUTER)!=0;
JT_OUTER         92688 third_party/sqlite/amalgamation/sqlite3.c   if( (pSubitem->jointype & JT_OUTER)!=0 ){
JT_OUTER          135 third_party/sqlite/src/src/select.c     /* left    */ { 6,  4, JT_LEFT|JT_OUTER          },
JT_OUTER          136 third_party/sqlite/src/src/select.c     /* outer   */ { 10, 5, JT_OUTER                  },
JT_OUTER          137 third_party/sqlite/src/src/select.c     /* right   */ { 14, 5, JT_RIGHT|JT_OUTER         },
JT_OUTER          138 third_party/sqlite/src/src/select.c     /* full    */ { 19, 4, JT_LEFT|JT_RIGHT|JT_OUTER },
JT_OUTER          162 third_party/sqlite/src/src/select.c      (jointype & (JT_INNER|JT_OUTER))==(JT_INNER|JT_OUTER) ||
JT_OUTER          171 third_party/sqlite/src/src/select.c   }else if( (jointype & JT_OUTER)!=0 
JT_OUTER          335 third_party/sqlite/src/src/select.c     isOuter = (pRight->jointype & JT_OUTER)!=0;
JT_OUTER         2766 third_party/sqlite/src/src/select.c   if( (pSubitem->jointype & JT_OUTER)!=0 ){