Home
last modified time | relevance | path

Searched refs:EVDNS_BASE_DISABLE_WHEN_INACTIVE (Results 1 – 6 of 6) sorted by relevance

/external/libevent/include/event2/
Ddns.h238 #define EVDNS_BASE_DISABLE_WHEN_INACTIVE 0x8000 macro
/external/libevent/test/
Dregress_dns.c807 dns_retry_test_impl(arg, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_retry_disable_when_inactive_test()
886 dns_reissue_test_impl(arg, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_reissue_disable_when_inactive_test()
910 int disable_when_inactive = flags & EVDNS_BASE_DISABLE_WHEN_INACTIVE; in dns_inflight_test_impl()
963 dns_inflight_test_impl(arg, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_disable_when_inactive_test()
983 dns = evdns_base_new(base, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_disable_when_inactive_no_ns_test()
2138 dns = evdns_base_new(base, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_client_fail_requests_test()
2186 dns = evdns_base_new(base, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_client_fail_requests_getaddrinfo_test()
/external/libevent/sample/
Ddns-example.c194 evdns_base = evdns_base_new(event_base, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in main()
/external/libevent/
Devdns.c4014 EVDNS_BASE_DISABLE_WHEN_INACTIVE | \ in evdns_base_new()
4043 if (flags & EVDNS_BASE_DISABLE_WHEN_INACTIVE) { in evdns_base_new()
Dwhatsnew-2.1.txt372 A second flag is now supported too: the EVDNS_BASE_DISABLE_WHEN_INACTIVE
DChangeLog801 o evdns: fix EVDNS_BASE_DISABLE_WHEN_INACTIVE in case retransmit/retry (74d0eee Azat Khuzhin)
802 o evdns: add retry/reissue tests for EVDNS_BASE_DISABLE_WHEN_INACTIVE (3ca9d43 Azat Khuzhin)
848 …o evdns: disable probing with EVDNS_BASE_DISABLE_WHEN_INACTIVE (610410b,ad0493e,fea86a6,d83b337,5c…