Home
last modified time | relevance | path

Searched defs:LookupHost (Results 1 – 25 of 29) sorted by relevance

12

/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
Ddns.rs15 pub struct LookupHost { struct
16 data: LookupHostQuery, argument
22 impl LookupHost { argument
28 impl Iterator for LookupHost { implementation
74 pub fn lookup(query: &str, port: u16) -> Result<LookupHost, DnsError> { in lookup()
101 impl TryFrom<&str> for LookupHost { implementation
104 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from()
121 impl TryFrom<(&str, u16)> for LookupHost { implementation
124 fn try_from(v: (&str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
Ddns.rs15 pub struct LookupHost { struct
16 data: LookupHostQuery, argument
22 impl LookupHost { implementation
28 impl Iterator for LookupHost { implementation
74 pub fn lookup(query: &str, port: u16) -> Result<LookupHost, DnsError> { in lookup()
101 impl TryFrom<&str> for LookupHost { implementation
104 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from()
121 impl TryFrom<(&str, u16)> for LookupHost { implementation
124 fn try_from(v: (&str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
Ddns.rs15 pub struct LookupHost { struct
16 data: LookupHostQuery, argument
22 impl LookupHost { impl
28 impl Iterator for LookupHost { implementation
74 pub fn lookup(query: &str, port: u16) -> Result<LookupHost, DnsError> { in lookup()
101 impl TryFrom<&str> for LookupHost { implementation
104 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from()
121 impl TryFrom<(&str, u16)> for LookupHost { implementation
124 fn try_from(v: (&str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
Ddns.rs15 pub struct LookupHost { struct
16 data: LookupHostQuery, argument
22 impl LookupHost { argument
28 impl Iterator for LookupHost { implementation
74 pub fn lookup(query: &str, port: u16) -> Result<LookupHost, DnsError> { in lookup()
101 impl TryFrom<&str> for LookupHost { implementation
104 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from()
121 impl TryFrom<(&str, u16)> for LookupHost { implementation
124 fn try_from(v: (&str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys_common/
Dnet.rs143 pub struct LookupHost { struct
149 impl LookupHost { argument
155 impl Iterator for LookupHost { implementation
171 unsafe impl Sync for LookupHost {} implementation
172 unsafe impl Send for LookupHost {} implementation
174 impl Drop for LookupHost { implementation
180 impl TryFrom<&str> for LookupHost { implementation
183 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from()
200 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
203 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys_common/
Dnet.rs143 pub struct LookupHost { struct
149 impl LookupHost { implementation
155 impl Iterator for LookupHost { implementation
171 unsafe impl Sync for LookupHost {} implementation
172 unsafe impl Send for LookupHost {} implementation
174 impl Drop for LookupHost { implementation
180 impl TryFrom<&str> for LookupHost { implementation
183 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from()
200 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
203 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys_common/
Dnet.rs142 pub struct LookupHost { struct
148 impl LookupHost { impl
154 impl Iterator for LookupHost { implementation
170 unsafe impl Sync for LookupHost {} implementation
171 unsafe impl Send for LookupHost {} implementation
173 impl Drop for LookupHost { implementation
179 impl TryFrom<&str> for LookupHost { implementation
182 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from()
199 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
202 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys_common/
Dnet.rs142 pub struct LookupHost { struct
148 impl LookupHost { implementation
154 impl Iterator for LookupHost { implementation
170 unsafe impl Sync for LookupHost {} implementation
171 unsafe impl Send for LookupHost {} implementation
173 impl Drop for LookupHost { implementation
179 impl TryFrom<&str> for LookupHost { implementation
182 fn try_from(s: &str) -> io::Result<LookupHost> { in try_from()
199 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
202 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dl4re.rs524 pub struct LookupHost { struct
525 original: *mut libc::addrinfo,
526 cur: *mut libc::addrinfo,
529 impl Iterator for LookupHost { implementation
536 impl LookupHost { implementation
542 unsafe impl Sync for LookupHost {} implementation
543 unsafe impl Send for LookupHost {} implementation
545 impl TryFrom<&str> for LookupHost { implementation
548 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
553 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
[all …]
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dl4re.rs528 pub struct LookupHost { struct
529 original: *mut libc::addrinfo,
530 cur: *mut libc::addrinfo,
533 impl Iterator for LookupHost { implementation
540 impl LookupHost { implementation
546 unsafe impl Sync for LookupHost {} implementation
547 unsafe impl Send for LookupHost {} implementation
549 impl TryFrom<&str> for LookupHost { implementation
552 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
557 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dl4re.rs528 pub struct LookupHost { struct
529 original: *mut libc::addrinfo,
530 cur: *mut libc::addrinfo,
533 impl Iterator for LookupHost { implementation
540 impl LookupHost { implementation
546 unsafe impl Sync for LookupHost {} implementation
547 unsafe impl Send for LookupHost {} implementation
549 impl TryFrom<&str> for LookupHost { implementation
552 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
557 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
[all …]
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Dl4re.rs524 pub struct LookupHost { struct
525 original: *mut libc::addrinfo,
526 cur: *mut libc::addrinfo,
529 impl Iterator for LookupHost { implementation
536 impl LookupHost { implementation
542 unsafe impl Sync for LookupHost {} implementation
543 unsafe impl Send for LookupHost {} implementation
545 impl TryFrom<&str> for LookupHost { implementation
548 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
553 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
[all …]
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/
Dnet.rs305 pub struct LookupHost(!); struct
307 impl LookupHost { implementation
313 impl Iterator for LookupHost { implementation
320 impl TryFrom<&str> for LookupHost { implementation
323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/
Dnet.rs305 pub struct LookupHost(!); struct
307 impl LookupHost { implementation
313 impl Iterator for LookupHost { implementation
320 impl TryFrom<&str> for LookupHost { implementation
323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/
Dnet.rs305 pub struct LookupHost(!); struct
307 impl LookupHost { implementation
313 impl Iterator for LookupHost { implementation
320 impl TryFrom<&str> for LookupHost { implementation
323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/
Dnet.rs305 pub struct LookupHost(!); struct
307 impl LookupHost { impl
313 impl Iterator for LookupHost { implementation
320 impl TryFrom<&str> for LookupHost { implementation
323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/
Dnet.rs305 pub struct LookupHost(!); struct
307 impl LookupHost { implementation
313 impl Iterator for LookupHost { implementation
320 impl TryFrom<&str> for LookupHost { implementation
323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/
Dnet.rs305 pub struct LookupHost(!); struct
307 impl LookupHost { impl
313 impl Iterator for LookupHost { implementation
320 impl TryFrom<&str> for LookupHost { implementation
323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/
Dnet.rs305 pub struct LookupHost(!); struct
307 impl LookupHost { implementation
313 impl Iterator for LookupHost { implementation
320 impl TryFrom<&str> for LookupHost { implementation
323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/teeos/
Dnet.rs305 pub struct LookupHost(!); struct
307 impl LookupHost { impl
313 impl Iterator for LookupHost { implementation
320 impl TryFrom<&str> for LookupHost { implementation
323 fn try_from(_v: &str) -> io::Result<LookupHost> { in try_from()
328 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
331 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/
Dnet.rs468 pub struct LookupHost(!); struct
470 impl LookupHost { impl
471 fn new(host: String) -> io::Result<LookupHost> { in new()
480 impl Iterator for LookupHost { implementation
487 impl TryFrom<&str> for LookupHost { implementation
490 fn try_from(v: &str) -> io::Result<LookupHost> { in try_from()
495 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
498 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/
Dnet.rs468 pub struct LookupHost(!); struct
470 impl LookupHost { impl
471 fn new(host: String) -> io::Result<LookupHost> { in new()
480 impl Iterator for LookupHost { implementation
487 impl TryFrom<&str> for LookupHost { implementation
490 fn try_from(v: &str) -> io::Result<LookupHost> { in try_from()
495 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
498 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/
Dnet.rs468 pub struct LookupHost(!); struct
470 impl LookupHost { impl
471 fn new(host: String) -> io::Result<LookupHost> { in new()
480 impl Iterator for LookupHost { implementation
487 impl TryFrom<&str> for LookupHost { implementation
490 fn try_from(v: &str) -> io::Result<LookupHost> { in try_from()
495 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
498 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/
Dnet.rs468 pub struct LookupHost(!); struct
470 impl LookupHost { implementation
471 fn new(host: String) -> io::Result<LookupHost> { in new()
480 impl Iterator for LookupHost { implementation
487 impl TryFrom<&str> for LookupHost { implementation
490 fn try_from(v: &str) -> io::Result<LookupHost> { in try_from()
495 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
498 fn try_from((host, port): (&'a str, u16)) -> io::Result<LookupHost> { in try_from()
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
Dnet.rs479 pub struct LookupHost(!); struct
481 impl LookupHost { impl
487 impl Iterator for LookupHost { implementation
494 impl<'a> TryFrom<&'a str> for LookupHost { implementation
497 fn try_from(_v: &'a str) -> io::Result<LookupHost> { in try_from()
502 impl<'a> TryFrom<(&'a str, u16)> for LookupHost { implementation
505 fn try_from(_v: (&'a str, u16)) -> io::Result<LookupHost> { in try_from()

12