Searched refs:fail_requests (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c414 static void evdns_base_free_and_unlock(struct evdns_base *base, int fail_requests);
4027 evdns_base_free_and_unlock(struct evdns_base *base, int fail_requests) argument
4048 if (fail_requests)
4054 if (fail_requests)
4087 evdns_base_free(struct evdns_base *base, int fail_requests) argument
4090 evdns_base_free_and_unlock(base, fail_requests);
4106 evdns_shutdown(int fail_requests) argument
4111 evdns_base_free(b, fail_requests);
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Ddns.h232 If the 'fail_requests' option is enabled, all active requests will return
237 @param fail_requests if zero, active requests will be aborted; if non-zero,
242 void evdns_base_free(struct evdns_base *base, int fail_requests);
H A Ddns_compat.h84 If the 'fail_requests' option is enabled, all active requests will return
92 @param fail_requests if zero, active requests will be aborted; if non-zero,
96 void evdns_shutdown(int fail_requests);

Completed in 74 milliseconds