| /webrtc/ice/src/udp_mux/ |
| H A D | socket_addr_ext.rs | 12 fn encode(&self, buffer: &mut [u8]) -> Result<usize, Error>; in encode() method 27 fn encode(&self, buffer: &mut [u8]) -> Result<usize, Error> { in encode() method 131 let encoded_len = ip.encode(&mut buffer); in test_ipv4() 156 let encoded_len = ip.encode(&mut buffer); in test_ipv6() 206 let result = ip.encode(&mut buffer); in test_encode_ipv4_with_short_buffer() 223 let result = ip.encode(&mut buffer); in test_encode_ipv6_with_short_buffer()
|
| H A D | udp_mux_conn.rs | 89 let len = addr.encode(&mut buffer[offset + 2..])?; in write_packet()
|
| /webrtc/turn/src/proto/chandata/ |
| H A D | chandata_test.rs | 10 d.encode(); in test_channel_data_encode() 138 d.encode(); in test_channel_data_reset() 196 encoded.encode(); in test_chrome_channel_data()
|
| /webrtc/interceptor/src/twcc/ |
| H A D | mod.rs | 132 self.chunks.push(self.last_chunk.encode()); in get_rtcp() 153 self.chunks.push(self.last_chunk.encode()); in add_received() 169 self.chunks.push(self.last_chunk.encode()); in add_received() 221 fn encode(&mut self) -> PacketStatusChunk { in encode() method
|
| H A D | twcc_test.rs | 23 let status_chunk = c.encode(); in test_chunk_add() 52 let status_chunk = c.encode(); in test_chunk_add() 82 let status_chunk = c.encode(); in test_chunk_add() 114 let status_chunk = c.encode(); in test_chunk_add() 147 let status_chunk1 = c.encode(); in test_chunk_add() 157 let status_chunk2 = c.encode(); in test_chunk_add()
|
| /webrtc/examples/examples/signal/src/ |
| H A D | lib.rs | 90 pub fn encode(b: &str) -> String { in encode() function 95 base64::encode(b) in encode()
|
| /webrtc/turn/benches/ |
| H A D | bench.rs | 28 d.encode(); in benchmark_chan_data() 40 d.encode(); in benchmark_chan_data()
|
| /webrtc/turn/src/auth/ |
| H A D | mod.rs | 33 base64::encode(password) in long_term_credentials()
|
| /webrtc/turn/src/proto/ |
| H A D | chandata.rs | 46 pub fn encode(&mut self) { in encode() method
|
| /webrtc/examples/examples/broadcast/ |
| H A D | broadcast.rs | 207 let b64 = signal::encode(&json_str); in main() 296 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/stun/src/message/ |
| H A D | message_test.rs | 223 m.encode(); in test_message_attr_length_less_than_header() 656 m.encode(); in test_message_clone_to() 680 m.encode(); in test_message_add_to()
|
| /webrtc/examples/examples/data-channels/ |
| H A D | data-channels.rs | 182 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/examples/examples/data-channels-create/ |
| H A D | data-channels-create.rs | 166 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/stun/src/ |
| H A D | message.rs | 67 let t_id = base64::encode(self.transaction_id.0); in fmt() 264 pub fn encode(&mut self) { in encode() method
|
| /webrtc/examples/examples/rtp-to-webrtc/ |
| H A D | rtp-to-webrtc.rs | 180 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/examples/examples/data-channels-detach-create/ |
| H A D | data-channels-detach-create.rs | 175 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/examples/examples/data-channels-detach/ |
| H A D | data-channels-detach.rs | 191 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/examples/examples/simulcast/ |
| H A D | simulcast.rs | 246 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/examples/examples/data-channels-close/ |
| H A D | data-channels-close.rs | 220 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/examples/examples/insertable-streams/ |
| H A D | insertable-streams.rs | 250 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/turn/src/client/ |
| H A D | mod.rs | 106 let tr_key = base64::encode(msg.transaction_id.0); in perform_transaction() 344 let tr_key = base64::encode(msg.transaction_id.0); in handle_stun_message()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | certificate.rs | 179 pem::encode(&expires_pem), in serialize_pem()
|
| /webrtc/examples/examples/reflect/ |
| H A D | reflect.rs | 300 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/examples/examples/rtp-forwarder/ |
| H A D | rtp-forwarder.rs | 303 let b64 = signal::encode(&json_str); in main()
|
| /webrtc/examples/examples/ortc/ |
| H A D | ortc.rs | 167 let b64 = signal::encode(&json_str); in main()
|