Home
last modified time | relevance | path

Searched refs:channel_ (Results 1 - 5 of 5) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_dns_resolver.cc120 channel_(nullptr),
128 if (channel_) { in ~DNSResolver()
129 ares_destroy(channel_); in ~DNSResolver()
173 channel_ = chan; in resolve()
176 ares_gethostbyname(channel_, name_.c_str(), family_, host_cb, this); in resolve()
195 ares_process_fd(channel_, rfd, wfd); in handle_event()
217 auto tv = ares_timeout(channel_, nullptr, &tvout); in reset_timeout()
H A Dshrpx_dns_resolver.h109 ares_channel channel_; member in shrpx::DNSResolver
/third_party/node/src/
H A Dcares_wrap.h168 inline ares_channel cares_channel() { return channel_; } in cares_channel()
184 ares_channel channel_ = nullptr; member in node::cares_wrap::final
231 channel_(channel), in QueryWrap()
247 channel_->EnsureServers(); in AresQuery()
252 channel_->cares_channel(), in AresQuery()
272 const BaseObjectPtr<ChannelWrap>& channel() const { return channel_; } in channel()
360 channel_->set_query_last_ok(status != ARES_ECONNREFUSED); in QueueResponseCallback()
361 channel_->ModifyActivityQueryCount(-1); in QueueResponseCallback()
382 tracker->TrackField("channel", channel_);
392 BaseObjectPtr<ChannelWrap> channel_; member in node::cares_wrap::final
[all...]
H A Dcares_wrap.cc734 r = ares_init_options(&channel_, &options, optmask); in Setup()
768 ares_destroy(channel_); in ~ChannelWrap()
801 ares_get_servers_ports(channel_, &servers); in EnsureServers()
825 ares_destroy(channel_); in EnsureServers()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3813 channel_.reset(new InspectorFrontend(context)); in InspectorClient()
3816 inspector_->connect(1, channel_.get(), v8_inspector::StringView()); in InspectorClient()
3893 std::unique_ptr<v8_inspector::V8Inspector::Channel> channel_; member in v8::InspectorClient

Completed in 14 milliseconds