Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/
H A Dpacker.rs13 return Err(Error::ErrBaseLen); in unpack_bytes()
27 return Err(Error::ErrBaseLen); in unpack_uint16()
38 return Err(Error::ErrBaseLen); in skip_uint16()
51 return Err(Error::ErrBaseLen); in unpack_uint32()
62 return Err(Error::ErrBaseLen); in skip_uint32()
80 return Err(Error::ErrBaseLen); in unpack_str()
H A Dname.rs137 return Err(Error::ErrBaseLen); in unpack_compressed()
203 return Err(Error::ErrBaseLen); in skip()
/webrtc/mdns/src/
H A Derror.rs27 ErrBaseLen, enumerator