Searched refs:DNS_ERR_CANCEL (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Ddns.h170 #define DNS_ERR_CANCEL 69 macro
/freebsd-12-stable/contrib/libevent/include/event2/
H A Ddns.h170 #define DNS_ERR_CANCEL 69 macro
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c2298 if (result == DNS_ERR_CANCEL) {
2870 reply_schedule_callback(req, 0, DNS_ERR_CANCEL, NULL);
4003 case DNS_ERR_CANCEL: return "dns request canceled";
4378 result != DNS_ERR_SERVERFAILED && result != DNS_ERR_CANCEL);
4423 if (result == DNS_ERR_CANCEL && ! user_canceled) {
/freebsd-12-stable/contrib/libevent/
H A Devdns.c2296 if (result == DNS_ERR_CANCEL) {
2868 reply_schedule_callback(req, 0, DNS_ERR_CANCEL, NULL);
4005 case DNS_ERR_CANCEL: return "dns request canceled";
4381 result != DNS_ERR_SERVERFAILED && result != DNS_ERR_CANCEL);
4432 if (result == DNS_ERR_CANCEL && ! user_canceled) {
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c292 if (result == DNS_ERR_CANCEL) {
646 tt_int_op(r1.result, ==, DNS_ERR_CANCEL);
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_dns.c294 if (result == DNS_ERR_CANCEL) {
684 tt_int_op(r1.result, ==, DNS_ERR_CANCEL);

Completed in 181 milliseconds