/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
D | dns.rs | 15 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/ |
D | dns.rs | 15 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/ |
D | dns.rs | 15 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/ |
D | dns.rs | 15 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/ |
D | net.rs | 143 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/ |
D | net.rs | 143 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/ |
D | net.rs | 142 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/ |
D | net.rs | 142 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/ |
D | l4re.rs | 524 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/ |
D | l4re.rs | 528 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/ |
D | l4re.rs | 528 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/ |
D | l4re.rs | 524 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/ |
D | net.rs | 305 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/ |
D | net.rs | 305 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/ |
D | net.rs | 305 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/ |
D | net.rs | 305 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/ |
D | net.rs | 305 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/ |
D | net.rs | 305 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/ |
D | net.rs | 305 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/ |
D | net.rs | 305 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/ |
D | net.rs | 468 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/ |
D | net.rs | 468 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/ |
D | net.rs | 468 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/ |
D | net.rs | 468 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/ |
D | net.rs | 479 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()
|