Searched defs:Context (Results 1 – 11 of 11) sorted by relevance
27 struct Context { struct38 Context *context = (Context *) arg; in input_routine() argument
94 pub enum Context { enum101 impl PartialEq for Context { implementation109 impl Eq for Context {} implementation111 impl fmt::Display for Context { implementation117 impl Drop for Context { implementation128 impl Deref for Context { implementation139 impl Context { implementation153 fn lookup(&self, key: &str) -> Result<Context>; in lookup()198 fn lookup(&self, key: &str) -> Result<Context> { in lookup()
189 struct Context { in forEachEndpoint() struct190 decltype(function) function; in forEachEndpoint()191 const MessageHubInfo &messageHubInfo; in forEachEndpoint()283 struct Context { in forEachService() struct284 decltype(function) &function; in forEachService()285 const MessageHubInfo *messageHubInfo; in forEachService()
385 struct Context { in forEachFile() struct386 const Control& c; in forEachFile()387 const Callback& cb; in forEachFile()396 struct Context { in forEachIncompleteFile() struct397 const Control& c; in forEachIncompleteFile()398 const Callback& cb; in forEachIncompleteFile()
43 Context() in Context() function
71 static Namespace BuildVendorSubdirNamespace(const Context&, in BuildVendorSubdirNamespace()
35 Context, enumerator
105 Context { enumerator
49 fn lookup_keystore2_key_context(namespace: i64) -> anyhow::Result<selinux::Context> { in lookup_keystore2_key_context()
133 fn transition(se_context: selinux::Context, uid: Uid, gid: Gid) { in transition()
231 pub(crate) fn context(&self) -> &Rc<Context> { in context()