Searched defs:push (Results 1 – 9 of 9) sorted by relevance
| /webrtc/util/src/vnet/ |
| H A D | chunk_queue.rs | 23 pub(crate) async fn push(&self, c: Box<dyn Chunk + Send + Sync>) -> bool { in push() method
|
| H A D | router.rs | 410 pub(crate) async fn push(&self, mut c: Box<dyn Chunk + Send + Sync>) { in push() method
|
| /webrtc/sctp/src/queue/ |
| H A D | reassembly_queue.rs | 46 pub(crate) fn push(&mut self, chunk: ChunkPayloadData) -> bool { in push() method 136 pub(crate) fn push(&mut self, chunk: ChunkPayloadData) -> bool { in push() method
|
| H A D | payload_queue.rs | 63 pub(crate) fn push(&mut self, p: ChunkPayloadData, cumulative_tsn: u32) -> bool { in push() method
|
| H A D | pending_queue.rs | 67 pub(crate) async fn push(&self, c: ChunkPayloadData) { in push() method
|
| /webrtc/dtls/src/fragment_buffer/ |
| H A D | mod.rs | 39 pub fn push(&mut self, mut buf: &[u8]) -> Result<bool> { in push() method
|
| /webrtc/dtls/src/handshake/ |
| H A D | handshake_cache.rs | 43 pub(crate) async fn push( in push() method
|
| /webrtc/util/src/conn/ |
| H A D | conn_bridge.rs | 121 pub async fn push(&self, b: &[u8], id: usize) -> Result<usize> { in push() method
|
| /webrtc/media/src/io/sample_builder/ |
| H A D | mod.rs | 200 pub fn push(&mut self, p: Packet) { in push() method
|