sqlite3OpenTableAndIndices 11407 ext/sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE int sqlite3OpenTableAndIndices(Parse*, Table*, int, int); sqlite3OpenTableAndIndices 81948 ext/sqlite3/libsqlite/sqlite3.c sqlite3OpenTableAndIndices(pParse, pTab, iCur, OP_OpenWrite); sqlite3OpenTableAndIndices 85774 ext/sqlite3/libsqlite/sqlite3.c nIdx = sqlite3OpenTableAndIndices(pParse, pTab, baseCur, OP_OpenWrite); sqlite3OpenTableAndIndices 89240 ext/sqlite3/libsqlite/sqlite3.c sqlite3OpenTableAndIndices(pParse, pTab, 1, OP_OpenRead);