Home
last modified time | relevance | path

Searched refs:host_copy (Results 1 - 2 of 2) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_dns_tracker.cc118 auto host_copy = in resolve() local
120 auto host = StringRef{host_copy}; in resolve()
128 ents_.emplace(host, make_entry(nullptr, std::move(host_copy), in resolve()
142 ents_.emplace(host, make_entry(nullptr, std::move(host_copy), in resolve()
154 ents_.emplace(host, make_entry(nullptr, std::move(host_copy), in resolve()
162 make_entry(std::move(resolv), std::move(host_copy), in resolve()
/third_party/node/src/
H A Dcares_wrap.h336 struct hostent* host_copy = nullptr; in Callback() local
338 host_copy = node::Malloc<hostent>(1); in Callback()
339 cares_wrap_hostent_cpy(host_copy, host); in Callback()
345 data->host.reset(host_copy); in Callback()

Completed in 2 milliseconds