JT_LEFT          90057 third_party/sqlite/amalgamation/sqlite3.c     /* left    */ { 6,  4, JT_LEFT|JT_OUTER          },
JT_LEFT          90060 third_party/sqlite/amalgamation/sqlite3.c     /* full    */ { 19, 4, JT_LEFT|JT_RIGHT|JT_OUTER },
JT_LEFT          90094 third_party/sqlite/amalgamation/sqlite3.c          && (jointype & (JT_LEFT|JT_RIGHT))!=JT_LEFT ){
JT_LEFT          100367 third_party/sqlite/amalgamation/sqlite3.c   if( pSrc->jointype & JT_LEFT ){
JT_LEFT          101292 third_party/sqlite/amalgamation/sqlite3.c   if( pLevel->iFrom>0 && (pTabItem[0].jointype & JT_LEFT)!=0 ){
JT_LEFT          102236 third_party/sqlite/amalgamation/sqlite3.c         doNotReorder =  (pTabItem->jointype & (JT_LEFT|JT_CROSS))!=0;
JT_LEFT           135 third_party/sqlite/src/src/select.c     /* left    */ { 6,  4, JT_LEFT|JT_OUTER          },
JT_LEFT           138 third_party/sqlite/src/src/select.c     /* full    */ { 19, 4, JT_LEFT|JT_RIGHT|JT_OUTER },
JT_LEFT           172 third_party/sqlite/src/src/select.c          && (jointype & (JT_LEFT|JT_RIGHT))!=JT_LEFT ){
JT_LEFT          2713 third_party/sqlite/src/src/where.c   if( pSrc->jointype & JT_LEFT ){
JT_LEFT          3638 third_party/sqlite/src/src/where.c   if( pLevel->iFrom>0 && (pTabItem[0].jointype & JT_LEFT)!=0 ){
JT_LEFT          4582 third_party/sqlite/src/src/where.c         doNotReorder =  (pTabItem->jointype & (JT_LEFT|JT_CROSS))!=0;