Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c132998 int rcauth; /* Value returned by authorization callback */ local
133082 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_OK
138164 int rcauth; local
138166 rcauth = sqlite3AuthReadCol(pParse, pTo->zName, zCol, iDb);
138167 bIgnore = (rcauth==SQLITE_IGNORE);