Searched refs:ip_address_list (Results 1 – 4 of 4) sorted by relevance
33 virtual bool MyIpAddressEx(std::string* ip_address_list) { in MyIpAddressEx() argument34 return MyIpAddressExImpl(ip_address_list); in MyIpAddressEx()45 std::string* ip_address_list) { in DnsResolveEx() argument46 return DnsResolveExImpl(host, ip_address_list); in DnsResolveEx()57 bool MyIpAddressExImpl(std::string* ip_address_list) { in MyIpAddressExImpl() argument61 return DnsResolveExImpl(my_hostname, ip_address_list); in MyIpAddressExImpl()82 std::string* ip_address_list) { in DnsResolveExImpl() argument97 *ip_address_list = std::string(he->h_addr); in DnsResolveExImpl()
276 bool SortIpAddressList(const std::string& ip_address_list, in SortIpAddressList() argument282 RemoveChars(ip_address_list, " \t", &cleaned_ip_address_list); in SortIpAddressList()597 std::string ip_address_list; in MyIpAddressExCallback() local605 success = context->js_bindings_->MyIpAddressEx(&ip_address_list); in MyIpAddressExCallback()609 ip_address_list = std::string(); in MyIpAddressExCallback()610 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list)); in MyIpAddressExCallback()652 std::string ip_address_list; in DnsResolveExCallback() local657 success = context->js_bindings_->DnsResolveEx(hostname, &ip_address_list); in DnsResolveExCallback()661 ip_address_list = std::string(); in DnsResolveExCallback()663 args.GetReturnValue().Set(ASCIIStringToV8String(args.GetIsolate(), ip_address_list)); in DnsResolveExCallback()[all …]
30 virtual bool MyIpAddressEx(std::string* ip_address_list) = 0;43 std::string* ip_address_list) = 0;
33 virtual bool MyIpAddressEx(std::string* ip_address_list) { in MyIpAddressEx() argument35 *ip_address_list = my_ip_address_ex_result; in MyIpAddressEx()46 std::string* ip_address_list) { in DnsResolveEx() argument48 *ip_address_list = dns_resolve_ex_result; in DnsResolveEx()