Searched refs:ErrZeroSegLen (Results 1 – 3 of 3) sorted by relevance
| /webrtc/mdns/src/ |
| H A D | error.rs | 43 ErrZeroSegLen, enumerator
|
| /webrtc/mdns/src/message/ |
| H A D | name.rs | 73 return Err(Error::ErrZeroSegLen); in pack()
|
| H A D | message_test.rs | 312 ("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()
|