Home
last modified time | relevance | path

Searched refs:ErrZeroSegLen (Results 1 – 3 of 3) sorted by relevance

/webrtc/mdns/src/
H A Derror.rs43 ErrZeroSegLen, enumerator
/webrtc/mdns/src/message/
H A Dname.rs73 return Err(Error::ErrZeroSegLen); in pack()
H A Dmessage_test.rs312 ("google..com.", "", Some(Error::ErrZeroSegLen)), in test_name_pack_unpack()
314 (".google.com.", "", Some(Error::ErrZeroSegLen)), in test_name_pack_unpack()
315 ("www..google.com.", "", Some(Error::ErrZeroSegLen)), in test_name_pack_unpack()