Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs267 .and_then(|mut builder| builder.set_alpn_protos(protocols).map(|_| builder)); in alpn_protos()
279 .and_then(|mut builder| builder.set_alpn_protos(list.as_slice()).map(|_| builder)); in alpn_proto_list()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dctx.rs236 pub(crate) fn set_alpn_protos(&mut self, protocols: &[u8]) -> Result<(), ErrorStack> { in set_alpn_protos() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
H A Dmod.rs192 acceptor.set_alpn_protos(b"\x08http/1.1").unwrap();