Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 41) sorted by relevance

12

/webrtc/turn/src/client/
H A Dbinding.rs116 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 Dpermission.rs59 self.perm_map.remove(&addr.ip().to_string()); in delete()
/webrtc/stun/src/
H A Dclient.rs264 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 Dagent.rs132 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 Dmod.rs152 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 Dallocation_manager.rs127 let allocation = self.allocations.lock().await.remove(five_tuple); in delete_allocation()
176 reservations.remove(&reservation_token2); in create_reservation()
H A Dpermission.rs48 p.remove(&addr2ipfingerprint(&addr)); in start()
H A Dchannel_bind.rs52 if cb.remove(&number).is_none() { in start()
/webrtc/util/src/vnet/
H A Dnat.rs394 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 Dconn_map.rs103 port_map.remove(&addr.port()); in delete()
/webrtc/examples/examples/play-from-disk-renegotiation/
H A DREADME.md28 …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 Dendpoint.rs26 endpoints.remove(&self.id); in close()
H A Dmod.rs84 endpoints.remove(&e.id); in remove_endpoint()
/webrtc/sctp/src/queue/
H A Dreassembly_queue.rs259 self.unordered.remove(0) in read()
273 self.ordered.remove(0) in read()
H A Dpayload_queue.rs79 if let Some(c) = self.chunk_map.remove(&tsn) { in pop()
/webrtc/interceptor/src/twcc/sender/
H A Dmod.rs111 streams.remove(&info.ssrc); in unbind_local_stream()
/webrtc/ice/
H A DCHANGELOG.md7 * remove non used `MulticastDnsMode::Unspecified` variant [#404](https://github.com/webrtc-rs/webrt…
/webrtc/dtls/examples/hub/src/
H A Dlib.rs66 cs.remove(&remote_addr.to_string()); in unregister()
/webrtc/ice/src/udp_mux/
H A Dmod.rs293 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 Dmod.rs122 self.cache.remove(&seq_num); in pop()
/webrtc/interceptor/src/report/sender/
H A Dmod.rs149 streams.remove(&info.ssrc); in unbind_local_stream()
/webrtc/interceptor/src/nack/responder/
H A Dmod.rs182 streams.remove(&info.ssrc); in unbind_local_stream()
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_rtp.rs179 bindings.remove(index); in unbind()
/webrtc/webrtc/src/rtp_transceiver/
H A Dmod.rs483 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 Dmod.rs204 streams.remove(&info.ssrc); in unbind_remote_stream()

12