Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1579 pub fn add_custom_ext<AddFn, ParseFn, T>( in add_custom_ext() argument
1583 add_cb: AddFn, in add_custom_ext() argument
1587 AddFn: Fn( in add_custom_ext()
1607 self.set_ex_data(SslContext::cached_ex_index::<AddFn>(), add_cb); in add_custom_ext()
1614 Some(raw_custom_ext_add::<AddFn, T>), in add_custom_ext()