Searched refs:current_req (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c132 EVUTIL_ASSERT((req)->handle && (req)->handle->current_req == (req))
158 struct request *current_req; member in struct:evdns_request
685 EVUTIL_ASSERT(req->handle->current_req == req);
689 req->handle->current_req = NULL;
698 req->handle->current_req = NULL;
2815 handle->current_req = req;
2851 if (!handle->current_req)
2858 base = handle->current_req->base;
2867 req = handle->current_req;
2902 if (handle->current_req
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c589 static struct evdns_request *current_req = NULL; variable in typeref:struct:evdns_request
608 evdns_cancel_request(NULL, current_req);
642 current_req = evdns_base_resolve_ipv4(dns, "host", 0,

Completed in 88 milliseconds