| /webrtc/rtcp/src/goodbye/ |
| H A D | goodbye_test.rs | 15 reason: Bytes::from_static(b"FOO"), in test_goodbye_unmarshal() 28 reason: Bytes::from_static(b""), in test_goodbye_unmarshal() 41 reason: Bytes::from_static(b""), in test_goodbye_unmarshal() 54 reason: Bytes::from_static(b"F"), in test_goodbye_unmarshal() 67 reason: Bytes::from_static(b""), in test_goodbye_unmarshal() 79 reason: Bytes::from_static(b""), in test_goodbye_unmarshal() 91 reason: Bytes::from_static(b""), in test_goodbye_unmarshal() 100 reason: Bytes::from_static(b""), in test_goodbye_unmarshal() 161 reason: Bytes::from_static(b""), in test_goodbye_round_trip() 177 reason: Bytes::from_static(b"f"), in test_goodbye_round_trip() [all …]
|
| H A D | mod.rs | 19 pub reason: Bytes, field 28 out += format!("\tReason: {:?}\n", self.reason).as_str(); in fmt() 52 let reason_length = self.reason.len() + 1; in raw_size() 88 if self.reason.len() > SDES_MAX_OCTET_COUNT { in marshal_to() 118 buf.put_u8(self.reason.len() as u8); in marshal_to() 119 if !self.reason.is_empty() { in marshal_to() 120 buf.put(self.reason.clone()); in marshal_to() 172 let reason = if reason_offset < raw_packet_len { in unmarshal() localVariable 191 Ok(Goodbye { sources, reason }) in unmarshal()
|
| /webrtc/stun/src/ |
| H A D | error_code.rs | 15 pub reason: Vec<u8>, field 20 let reason = match String::from_utf8(self.reason.clone()) { in fmt() localVariable 21 Ok(reason) => reason, in fmt() 25 write!(f, "{}: {}", self.code.0, reason) in fmt() 41 self.reason.len() + ERROR_CODE_REASON_START, in add_to() 52 value.extend_from_slice(&self.reason); //[ERROR_CODE_REASON_START:] in add_to() 73 self.reason = v[ERROR_CODE_REASON_START..].to_vec(); in get_from() 87 if let Some(reason) = ERROR_REASONS.get(self) { in add_to() 90 reason: reason.clone(), in add_to()
|
| /webrtc/constraints/src/ |
| H A D | errors.rs | 100 [reason] => reason.clone(), in exposing_device_information() 101 [reasons @ .., reason] => { in exposing_device_information()
|
| /webrtc/turn/src/server/ |
| H A D | request.rs | 160 reason: vec![], in authenticate_request() 253 reason: vec![], in respond_with_nonce() 319 reason: vec![], in handle_allocate_request() 344 reason: vec![], in handle_allocate_request() 355 reason: vec![], in handle_allocate_request() 379 reason: vec![], in handle_allocate_request() 410 reason: vec![], in handle_allocate_request() 442 reason: vec![], in handle_allocate_request() 490 reason: vec![], in handle_allocate_request() 721 reason: vec![], in handle_channel_bind_request()
|
| /webrtc/stun/benches/ |
| H A D | bench.rs | 131 reason: b"not found!".to_vec(), in benchmark_error_code() 145 reason: b"not found!".to_vec(), in benchmark_error_code()
|
| /webrtc/sctp/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/interceptor/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/constraints/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/examples/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/turn/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/rtcp/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/rtp/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/mdns/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/stun/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/media/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/data/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/srtp/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/dtls/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/util/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/sdp/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /webrtc/ice/ |
| H A D | LICENSE-APACHE | 173 incurred by, or claims asserted against, such Contributor by reason
|