Home
last modified time | relevance | path

Searched refs:ErrShortBuffer (Results 1 – 9 of 9) sorted by relevance

/webrtc/interceptor/src/
H A Derror.rs21 ErrShortBuffer, enumerator
/webrtc/turn/src/
H A Derror.rs90 ErrShortBuffer, enumerator
/webrtc/sctp/src/
H A Derror.rs213 ErrShortBuffer, enumerator
/webrtc/interceptor/src/mock/
H A Dmock_stream.rs271 return Err(Error::ErrShortBuffer); in read()
298 return Err(Error::ErrShortBuffer); in read()
/webrtc/sctp/src/queue/
H A Dreassembly_queue.rs289 err = Some(Error::ErrShortBuffer); in read()
H A Dqueue_test.rs798 assert_eq!(err, Error::ErrShortBuffer, "read() should not succeed"); in test_reassembly_queue_detect_buffer_too_short()
/webrtc/turn/src/client/
H A Drelay_conn.rs137 Error::ErrShortBuffer.to_string(), in recv_from()
/webrtc/sctp/src/stream/
H A Dmod.rs198 Ok(_) | Err(Error::ErrShortBuffer) => return result, in read_sctp()
/webrtc/sctp/src/association/
H A Dassociation_test.rs747 Error::ErrShortBuffer, in test_assoc_reliable_short_buffer()