Home
last modified time | relevance | path

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

/webrtc/interceptor/src/
H A Dregistry.rs1 use crate::chain::Chain;
H A Dlib.rs13 pub mod chain; module
/webrtc/rtcp/src/
H A Dpacket.rs90 let mut in_packet = h.marshal()?.chain(raw_data.take(length)); in unmarshaller()
/webrtc/dtls/src/conn/
H A Dconn_test.rs1293 fn fn_not_expected_chain(_cert: &[Vec<u8>], chain: &[rustls::Certificate]) -> Result<()> { in fn_not_expected_chain()
1294 if !chain.is_empty() { in fn_not_expected_chain()
1300 fn fn_expected_chain(_cert: &[Vec<u8>], chain: &[rustls::Certificate]) -> Result<()> { in fn_expected_chain()
1301 if chain.is_empty() { in fn_expected_chain()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs225 let mut chain = api.interceptor_registry.build_chain("")?; in new() localVariable
227 chain.add(stats_interceptor.clone()); in new()
229 (Arc::new(chain), stats_interceptor) in new()