Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c188 int disableAuth; /* Disable the authorizer if it exists */ member
1134 if( pDb->disableAuth ) return SQLITE_OK; in auth_callback()
1274 pDb->disableAuth++; in DbTransPostCmd()
1292 pDb->disableAuth--; in DbTransPostCmd()
3489 pDb->disableAuth++; in DbObjCmd()
3491 pDb->disableAuth--; in DbObjCmd()