Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c212 int disableAuth; /* Disable the authorizer if it exists */ member
1192 if( pDb->disableAuth ) return SQLITE_OK; in auth_callback()
1331 pDb->disableAuth++; in DbTransPostCmd()
1349 pDb->disableAuth--; in DbTransPostCmd()
3992 pDb->disableAuth++; in DbObjCmd()
3994 pDb->disableAuth--; in DbObjCmd()