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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
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);
H A Ddns.h222 If the 'fail_requests' option is enabled, all active requests will return
227 @param fail_requests if zero, active requests will be aborted; if non-zero,
231 void evdns_base_free(struct evdns_base *base, int fail_requests);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devdns.h229 If the 'fail_requests' option is enabled, all active requests will return
233 @param fail_requests if zero, active requests will be aborted; if non-zero,
237 void evdns_shutdown(int fail_requests);
H A Devdns.c3034 evdns_shutdown(int fail_requests) argument
3040 if (fail_requests)
3045 if (fail_requests)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devdns.c410 static void evdns_base_free_and_unlock(struct evdns_base *base, int fail_requests);
3934 evdns_base_free_and_unlock(struct evdns_base *base, int fail_requests) argument
3946 if (fail_requests)
3952 if (fail_requests)
3993 evdns_base_free(struct evdns_base *base, int fail_requests) argument
3996 evdns_base_free_and_unlock(base, fail_requests);
4000 evdns_shutdown(int fail_requests) argument
4005 evdns_base_free(b, fail_requests);

Completed in 146 milliseconds