Home
last modified time | relevance | path

Searched defs:authorizer (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/rusqlite/src/
Dhooks.rs401 pub fn authorizer<'c, F>(&self, hook: Option<F>) in authorizer() method
597 fn authorizer<'c, F>(&'c mut self, authorizer: Option<F>) in authorizer() method
788 let authorizer = move |ctx: AuthContext<'_>| match ctx.action { in test_authorizer() localVariable
Dinner_connection.rs36 pub authorizer: Option<crate::hooks::BoxedAuthorizer>, field
/external/python/cpython2/Lib/sqlite3/test/
Ddbapi.py812 def authorizer(*args): function
/external/python/cpython3/Lib/sqlite3/test/
Ddbapi.py835 def authorizer(*args): function