Home
last modified time | relevance | path

Searched refs:stop_ev (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_dns_resolver.cc109 void stop_ev(struct ev_loop *loop, in stop_ev() function
132 stop_ev(loop_, revs_); in ~DNSResolver()
133 stop_ev(loop_, wevs_); in ~DNSResolver()
264 void stop_ev(std::vector<std::unique_ptr<ev_io>> &evs, struct ev_loop *loop, in stop_ev() function
280 void DNSResolver::stop_rev(int fd) { stop_ev(revs_, loop_, fd, EV_READ); } in stop_rev()
286 void DNSResolver::stop_wev(int fd) { stop_ev(wevs_, loop_, fd, EV_WRITE); } in stop_wev()
289 stop_ev(loop_, revs_); in on_result()
290 stop_ev(loop_, wevs_); in on_result()