Home
last modified time | relevance | path

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

/src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c199 int disableAuth; /* Disable the authorizer if it exists */ member
1177 if( pDb->disableAuth ) return SQLITE_OK; in auth_callback()
1316 pDb->disableAuth++; in DbTransPostCmd()
1334 pDb->disableAuth--; in DbTransPostCmd()
3544 pDb->disableAuth++; in DbObjCmd()
3546 pDb->disableAuth--; in DbObjCmd()