SQLITE_AutoIndex 87714 third_party/sqlite/amalgamation/sqlite3.c     { "automatic_index",          SQLITE_AutoIndex     },
SQLITE_AutoIndex 99403 third_party/sqlite/amalgamation/sqlite3.c   if( (pParse->db->flags & SQLITE_AutoIndex)==0 ){
SQLITE_AutoIndex 109132 third_party/sqlite/amalgamation/sqlite3.c   db->flags |= SQLITE_ShortColNames | SQLITE_AutoIndex | SQLITE_EnableTrigger
SQLITE_AutoIndex 1887 third_party/sqlite/src/src/main.c   db->flags |= SQLITE_ShortColNames | SQLITE_AutoIndex | SQLITE_EnableTrigger
SQLITE_AutoIndex  178 third_party/sqlite/src/src/pragma.c     { "automatic_index",          SQLITE_AutoIndex     },
SQLITE_AutoIndex 1749 third_party/sqlite/src/src/where.c   if( (pParse->db->flags & SQLITE_AutoIndex)==0 ){