Home
last modified time | relevance | path

Searched refs:ErrBufferShort (Results 1 – 5 of 5) sorted by relevance

/webrtc/ice/src/udp_mux/
H A Dsocket_addr_ext.rs31 return Err(Error::ErrBufferShort); in encode()
70 return Err(Error::ErrBufferShort); in decode()
85 return Err(Error::ErrBufferShort); in decode()
208 assert_eq!(result, Err(Error::ErrBufferShort)); in test_encode_ipv4_with_short_buffer()
225 assert_eq!(result, Err(Error::ErrBufferShort)); in test_encode_ipv6_with_short_buffer()
234 assert_eq!(result, Err(Error::ErrBufferShort)); in test_decode_ipv4_with_short_buffer()
243 assert_eq!(result, Err(Error::ErrBufferShort)); in test_decode_ipv6_with_short_buffer()
H A Dudp_mux_conn.rs75 return Err(Error::ErrBufferShort); in write_packet()
164 return Err(Error::ErrBufferShort); in recv_from()
176 return Err(Error::ErrBufferShort); in recv_from()
/webrtc/util/src/
H A Derror.rs19 ErrBufferShort, enumerator
/webrtc/util/src/buffer/
H A Dmod.rs241 return Err(Error::ErrBufferShort); in read()
H A Dbuffer_test.rs347 assert_eq!(err, Error::ErrBufferShort); in test_buffer_misc()