Home
last modified time | relevance | path

Searched defs:WireError (Results 1 – 24 of 24) sorted by relevance

/dports/dns/dog/dog-0.1.0/dns/src/
H A Dwire.rs58 pub fn from_bytes(bytes: &[u8]) -> Result<Self, WireError> { in from_bytes() argument
112 fn from_bytes(qname: Labels, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in from_bytes() argument
129 fn from_bytes(qname: Labels, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in from_bytes() argument
160 fn from_bytes(qtype: TypeInt, len: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in from_bytes() argument
359 fn read(len: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError>; in read() argument
382 pub enum WireError { enum
477 impl From<io::Error> for WireError { implementation
H A Dstrings.rs71 fn read_labels(&mut self) -> Result<(Labels, u16), WireError>; in read_labels() argument
75 fn read_labels(&mut self) -> Result<(Labels, u16), WireError> { in read_labels() argument
120 …(labels: &mut Labels, c: &mut Cursor<&[u8]>, recursions: &mut Vec<u16>) -> Result<u16, WireError> { in read_string_recursive() argument
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/protobuf-2.14.0/src/
H A Derror.rs16 pub enum WireError { enum
39 impl fmt::Display for WireError { implementation
62 WireError(WireError), enumerator
/dports/lang/gleam/gleam-0.18.2/cargo-crates/protobuf-2.25.2/src/
H A Derror.rs16 pub enum WireError { enum
39 impl fmt::Display for WireError { implementation
62 WireError(WireError), enumerator
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-2.25.2/src/
H A Derror.rs16 pub enum WireError { enum
39 impl fmt::Display for WireError { implementation
62 WireError(WireError), enumerator
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-2.10.0/src/
H A Derror.rs16 pub enum WireError { enum
39 impl fmt::Display for WireError { implementation
62 WireError(WireError), enumerator
/dports/devel/upslug/upslug2-11/
H A Dnslu2_upgrade.h45 inline WireError(int err) : OSError(err) { } in WireError() function
46 inline WireError(int err, const char *what) : OSError(err, what) { } in WireError() function
/dports/dns/dog/dog-0.1.0/dns/src/record/
H A Dcname.rs25 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dns.rs26 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dptr.rs31 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Da.rs26 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dmx.rs30 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Daaaa.rs26 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dtxt.rs29 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dhinfo.rs32 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dsrv.rs37 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dsshfp.rs34 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dopt.rs66 pub fn read(c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dtlsa.rs38 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dcaa.rs32 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dsoa.rs51 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dnaptr.rs44 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
H A Dloc.rs82 fn read(stated_length: u16, c: &mut Cursor<&[u8]>) -> Result<Self, WireError> { in read() argument
/dports/dns/dog/dog-0.1.0/dns-transport/src/
H A Derror.rs7 WireError(dns::WireError), enumerator