| /webrtc/turn/src/client/ |
| H A D | binding.rs | 116 if let Some(b) = self.addr_map.remove(&addr.to_string()) { in delete_by_addr() 117 self.chan_map.remove(&b.number); in delete_by_addr() 125 if let Some(s) = self.chan_map.remove(&number) { in delete_by_number() 126 self.addr_map.remove(&s); in delete_by_number()
|
| H A D | permission.rs | 59 self.perm_map.remove(&addr.ip().to_string()); in delete()
|
| /webrtc/stun/src/ |
| H A D | client.rs | 264 fn remove(&mut self, id: TransactionId) -> Result<()> { in remove() method 299 t.remove(&id); in start() 303 t.remove(&id).unwrap() in start() 334 let ct = t.remove(&id).unwrap(); in start() 346 let ct = t.remove(&id).unwrap(); in start() 459 self.remove(m.transaction_id)?; in send()
|
| H A D | agent.rs | 132 let v = self.transactions.remove(&id); in stop_with_error() 152 self.transactions.remove(&message.transaction_id); in process() 239 self.transactions.remove(id); in collect()
|
| /webrtc/turn/src/allocation/ |
| H A D | mod.rs | 152 permissions.remove(&addr2ipfingerprint(addr)).is_some() in remove_permission() 204 channel_bindings.remove(&number).is_some() in remove_channel_bind() 284 if let Some(a) = alls.remove(&five_tuple) { in start() 360 alls.remove(&five_tuple); in packet_handler()
|
| H A D | allocation_manager.rs | 127 let allocation = self.allocations.lock().await.remove(five_tuple); in delete_allocation() 176 reservations.remove(&reservation_token2); in create_reservation()
|
| H A D | permission.rs | 48 p.remove(&addr2ipfingerprint(&addr)); in start()
|
| H A D | channel_bind.rs | 52 if cb.remove(&number).is_none() { in start()
|
| /webrtc/util/src/vnet/ |
| H A D | nat.rs | 394 inbound_map.remove(&in_key); in find_outbound_mapping() 398 outbound_map.remove(&out_key); in find_outbound_mapping() 433 inbound_map.remove(&in_key); in find_inbound_mapping() 437 outbound_map.remove(&out_key); in find_inbound_mapping()
|
| H A D | conn_map.rs | 103 port_map.remove(&addr.port()); in delete()
|
| /webrtc/examples/examples/play-from-disk-renegotiation/ |
| H A D | README.md | 28 …ove Track` button. Press these to add as many tracks as you want, or to remove as many as you wis…
|
| /webrtc/webrtc/src/mux/ |
| H A D | endpoint.rs | 26 endpoints.remove(&self.id); in close()
|
| H A D | mod.rs | 84 endpoints.remove(&e.id); in remove_endpoint()
|
| /webrtc/sctp/src/queue/ |
| H A D | reassembly_queue.rs | 259 self.unordered.remove(0) in read() 273 self.ordered.remove(0) in read()
|
| H A D | payload_queue.rs | 79 if let Some(c) = self.chunk_map.remove(&tsn) { in pop()
|
| /webrtc/interceptor/src/twcc/sender/ |
| H A D | mod.rs | 111 streams.remove(&info.ssrc); in unbind_local_stream()
|
| /webrtc/ice/ |
| H A D | CHANGELOG.md | 7 * remove non used `MulticastDnsMode::Unspecified` variant [#404](https://github.com/webrtc-rs/webrt…
|
| /webrtc/dtls/examples/hub/src/ |
| H A D | lib.rs | 66 cs.remove(&remote_addr.to_string()); in unregister()
|
| /webrtc/ice/src/udp_mux/ |
| H A D | mod.rs | 293 conns.remove(ufrag) in remove_conn_by_ufrag() 300 address_map.remove(&address); in remove_conn_by_ufrag()
|
| /webrtc/dtls/src/fragment_buffer/ |
| H A D | mod.rs | 122 self.cache.remove(&seq_num); in pop()
|
| /webrtc/interceptor/src/report/sender/ |
| H A D | mod.rs | 149 streams.remove(&info.ssrc); in unbind_local_stream()
|
| /webrtc/interceptor/src/nack/responder/ |
| H A D | mod.rs | 182 streams.remove(&info.ssrc); in unbind_local_stream()
|
| /webrtc/webrtc/src/track/track_local/ |
| H A D | track_local_static_rtp.rs | 179 bindings.remove(index); in unbind()
|
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | mod.rs | 483 return Some(local_transceivers.remove(i)); in find_by_mid() 516 return Some(local_transceivers.remove(i)); in satisfy_type_and_direction()
|
| /webrtc/interceptor/src/report/receiver/ |
| H A D | mod.rs | 204 streams.remove(&info.ssrc); in unbind_remote_stream()
|