Home
last modified time | relevance | path

Searched refs:sqlite3AuthReadCol (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dauth.c104 int sqlite3AuthReadCol( in sqlite3AuthReadCol() function
186 if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){ in sqlite3AuthRead()
H A Dfkey.c981 rcauth = sqlite3AuthReadCol(pParse, pTo->zName, zCol, iDb); in sqlite3FkCheck()
H A DsqliteInt.h4922 int sqlite3AuthReadCol(Parse*, const char *, const char *, int);