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

/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Ddns.h168 #define DNS_ERR_SHUTDOWN 68 macro
233 an empty result with the error flag set to DNS_ERR_SHUTDOWN. Otherwise,
238 active requests will return DNS_ERR_SHUTDOWN.
/freebsd-12-stable/contrib/libevent/include/event2/
H A Ddns.h168 #define DNS_ERR_SHUTDOWN 68 macro
233 an empty result with the error flag set to DNS_ERR_SHUTDOWN. Otherwise,
238 active requests will return DNS_ERR_SHUTDOWN.
/freebsd-12-stable/contrib/libevent/
H A Devdns.c4004 case DNS_ERR_SHUTDOWN: return "dns subsystem shut down";
4042 reply_schedule_callback(base->req_heads[i], 0, DNS_ERR_SHUTDOWN, NULL);
4048 reply_schedule_callback(base->req_waiting_head, 0, DNS_ERR_SHUTDOWN, NULL);
4413 if (result != DNS_ERR_SHUTDOWN) {
4462 if (result != DNS_ERR_SHUTDOWN) {
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c4002 case DNS_ERR_SHUTDOWN: return "dns subsystem shut down";
4049 reply_schedule_callback(base->req_heads[i], 0, DNS_ERR_SHUTDOWN, NULL);
4055 reply_schedule_callback(base->req_waiting_head, 0, DNS_ERR_SHUTDOWN, NULL);
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_dns.c1928 * DNS_ERR_SHUTDOWN, we use deferred callback, and there was:
2065 tt_int_op(r[i].result, ==, DNS_ERR_SHUTDOWN);

Completed in 86 milliseconds