JT_INNER         90061 third_party/sqlite/amalgamation/sqlite3.c     /* inner   */ { 23, 5, JT_INNER                  },
JT_INNER         90062 third_party/sqlite/amalgamation/sqlite3.c     /* cross   */ { 28, 5, JT_INNER|JT_CROSS         },
JT_INNER         90084 third_party/sqlite/amalgamation/sqlite3.c      (jointype & (JT_INNER|JT_OUTER))==(JT_INNER|JT_OUTER) ||
JT_INNER         90092 third_party/sqlite/amalgamation/sqlite3.c     jointype = JT_INNER;
JT_INNER         90097 third_party/sqlite/amalgamation/sqlite3.c     jointype = JT_INNER;
JT_INNER         105109 third_party/sqlite/amalgamation/sqlite3.c { yygotominor.yy4 = JT_INNER; }
JT_INNER          539 third_party/sqlite/src/src/parse.y joinop(X) ::= COMMA|JOIN.              { X = JT_INNER; }
JT_INNER          139 third_party/sqlite/src/src/select.c     /* inner   */ { 23, 5, JT_INNER                  },
JT_INNER          140 third_party/sqlite/src/src/select.c     /* cross   */ { 28, 5, JT_INNER|JT_CROSS         },
JT_INNER          162 third_party/sqlite/src/src/select.c      (jointype & (JT_INNER|JT_OUTER))==(JT_INNER|JT_OUTER) ||
JT_INNER          170 third_party/sqlite/src/src/select.c     jointype = JT_INNER;
JT_INNER          175 third_party/sqlite/src/src/select.c     jointype = JT_INNER;