Searched refs:resolve_host (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/toys/pending/ |
D | arp.c | 87 static void resolve_host(char *host, struct sockaddr *sa) in resolve_host() function 127 resolve_host(toys.optargs[0], &sa); in check_flags() 235 resolve_host(toys.optargs[0], &sa); in arp_main() 248 resolve_host(toys.optargs[0], &sa); in arp_main() 266 resolve_host(buf, &sa); in arp_main()
|
/third_party/cef/include/capi/ |
D | cef_request_context_capi.h | 265 void(CEF_CALLBACK* resolve_host)(struct _cef_request_context_t* self,
|
/third_party/cef/libcef_dll/ctocpp/ |
D | request_context_ctocpp.cc | 396 if (CEF_MEMBER_MISSING(_struct, resolve_host)) in ResolveHost() 411 _struct->resolve_host(_struct, origin.GetStruct(), in ResolveHost()
|
/third_party/nghttp2/src/ |
D | nghttp.h | 218 int resolve_host(const std::string &host, uint16_t port);
|
D | h2load.cc | 1546 void resolve_host() { in resolve_host() function 1567 const auto &resolve_host = in resolve_host() local 1573 getaddrinfo(resolve_host.c_str(), util::utos(port).c_str(), &hints, &res); in resolve_host() 2610 resolve_host(); in main()
|
D | nghttp.cc | 631 int HttpClient::resolve_host(const std::string &host, uint16_t port) { in resolve_host() function in nghttp2::HttpClient 2357 if (client.resolve_host(host, port) != 0) { in communicate()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_context_cpptoc.cc | 590 GetStruct()->resolve_host = request_context_resolve_host; in CefRequestContextCppToC()
|