Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c133206 int rcauth; /* Value returned by authorization callback */ local
133290 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_OK
138385 int rcauth; local
138387 rcauth = sqlite3AuthReadCol(pParse, pTo->zName, zCol, iDb);
138388 bIgnore = (rcauth==SQLITE_IGNORE);