Home
last modified time | relevance | path

Searched refs:ParseFn (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
1584 parse_cb: ParseFn, in add_custom_ext() argument
1596 ParseFn: Fn( in add_custom_ext()
1608 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
1617 Some(raw_custom_ext_parse::<ParseFn>), in add_custom_ext()