HomeSort by relevance Sort by last modified time
    Searched refs:rcauth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
delete.c 241 int rcauth; /* Value returned by authorization callback */ local
290 rcauth = sqlite3AuthCheck(pParse, SQLITE_DELETE, pTab->zName, 0, zDb);
291 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
292 if( rcauth==SQLITE_DENY ){
351 if( rcauth==SQLITE_OK && pWhere==0 && !pTrigger && !IsVirtual(pTab)
fkey.c 745 int rcauth; local
747 rcauth = sqlite3AuthReadCol(pParse, pTo->zName, zCol, iDb);
748 isIgnore = (rcauth==SQLITE_IGNORE);
    [all...]

Completed in 183 milliseconds