Searched defs:SslContext (Results 1 – 2 of 2) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | connector.rs | 105 pub fn into_context(self) -> SslContext { in into_context() 332 pub fn into_context(self) -> SslContext { in into_context()
|
D | mod.rs | 1562 pub fn set_ex_data<T>(&mut self, index: Index<SslContext, T>, data: T) { in set_ex_data() 1566 fn set_ex_data_inner<T>(&mut self, index: Index<SslContext, T>, data: T) -> *mut c_void { in set_ex_data_inner() 1712 pub fn build(self) -> SslContext { in build() 1733 impl Clone for SslContext { implementation 1751 impl fmt::Debug for SslContext { implementation 1757 impl SslContext { impl 1768 pub fn new_ex_index<T>() -> Result<Index<SslContext, T>, ErrorStack> in new_ex_index() 1783 fn cached_ex_index<T>() -> Index<SslContext, T> in cached_ex_index() 1841 pub fn ex_data<T>(&self, index: Index<SslContext, T>) -> Option<&T> { in ex_data()
|