Searched refs:rcauth (Results 1 – 1 of 1) sorted by relevance
132998 int rcauth; /* Value returned by authorization callback */ local133082 rcauth = sqlite3AuthCheck(pParse, SQLITE_DELETE, pTab->zName, 0,133084 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );133085 if( rcauth==SQLITE_DENY ){133160 if( rcauth==SQLITE_OK138164 int rcauth; local138166 rcauth = sqlite3AuthReadCol(pParse, pTo->zName, zCol, iDb);138167 bIgnore = (rcauth==SQLITE_IGNORE);