Home
last modified time | relevance | path

Searched refs:ErrBufferTooSmall (Results 1 – 13 of 13) sorted by relevance

/webrtc/dtls/src/handshake/
H A Dhandshake_message_server_key_exchange.rs82 return Err(Error::ErrBufferTooSmall); in unmarshal()
87 return Err(Error::ErrBufferTooSmall); in unmarshal()
93 return Err(Error::ErrBufferTooSmall); in unmarshal()
97 return Err(Error::ErrBufferTooSmall); in unmarshal()
103 return Err(Error::ErrBufferTooSmall); in unmarshal()
109 return Err(Error::ErrBufferTooSmall); in unmarshal()
115 return Err(Error::ErrBufferTooSmall); in unmarshal()
H A Dhandshake_message_hello_verify_request.rs63 return Err(Error::ErrBufferTooSmall); in unmarshal()
H A Dhandshake_message_client_key_exchange.rs61 return Err(Error::ErrBufferTooSmall); in unmarshal()
/webrtc/rtp/src/extension/transport_cc_extension/
H A Dmod.rs35 return Err(Error::ErrBufferTooSmall.into()); in unmarshal()
56 return Err(Error::ErrBufferTooSmall.into()); in marshal_to()
/webrtc/rtp/src/extension/audio_level_extension/
H A Dmod.rs46 return Err(Error::ErrBufferTooSmall.into()); in unmarshal()
69 return Err(Error::ErrBufferTooSmall.into()); in marshal_to()
/webrtc/rtp/src/extension/abs_send_time_extension/
H A Dmod.rs27 return Err(Error::ErrBufferTooSmall.into()); in unmarshal()
50 return Err(Error::ErrBufferTooSmall.into()); in marshal_to()
/webrtc/rtp/src/
H A Derror.rs13 ErrBufferTooSmall, enumerator
H A Dheader.rs233 return Err(Error::ErrBufferTooSmall.into()); in marshal_to()
/webrtc/rtp/src/extension/video_orientation_extension/
H A Dmod.rs74 return Err(Error::ErrBufferTooSmall.into()); in unmarshal()
/webrtc/rtp/src/packet/
H A Dmod.rs86 return Err(Error::ErrBufferTooSmall.into()); in marshal_to()
H A Dpacket_test.rs120 assert_eq!(Error::ErrBufferTooSmall, err); in test_extension()
348 assert_eq!(Error::ErrBufferTooSmall, err); in test_rfc_8285_one_byte_multiple_extensions_with_padding()
/webrtc/dtls/src/
H A Derror.rs19 ErrBufferTooSmall, enumerator
/webrtc/dtls/src/conn/
H A Dmod.rs415 return Err(Error::ErrBufferTooSmall); in read()