Searched refs:rcauth (Results 1 – 1 of 1) sorted by relevance
133206 int rcauth; /* Value returned by authorization callback */ local133290 rcauth = sqlite3AuthCheck(pParse, SQLITE_DELETE, pTab->zName, 0,133292 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );133293 if( rcauth==SQLITE_DENY ){133368 if( rcauth==SQLITE_OK138385 int rcauth; local138387 rcauth = sqlite3AuthReadCol(pParse, pTo->zName, zCol, iDb);138388 bIgnore = (rcauth==SQLITE_IGNORE);