sqlite3AuthReadCol 11211 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3AuthReadCol(Parse*, const char *, const char *, int); sqlite3AuthReadCol 76768 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){ sqlite3AuthReadCol 84039 third_party/sqlite/amalgamation/sqlite3.c rcauth = sqlite3AuthReadCol(pParse, pTo->zName, zCol, iDb); sqlite3AuthReadCol 180 third_party/sqlite/src/src/auth.c if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){ sqlite3AuthReadCol 747 third_party/sqlite/src/src/fkey.c rcauth = sqlite3AuthReadCol(pParse, pTo->zName, zCol, iDb); sqlite3AuthReadCol 2866 third_party/sqlite/src/src/sqliteInt.h int sqlite3AuthReadCol(Parse*, const char *, const char *, int);