Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_dns.c808 dns_retry_test_impl(arg, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_retry_disable_when_inactive_test()
887 dns_reissue_test_impl(arg, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_reissue_disable_when_inactive_test()
911 int disable_when_inactive = flags & EVDNS_BASE_DISABLE_WHEN_INACTIVE; in dns_inflight_test_impl()
964 dns_inflight_test_impl(arg, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_disable_when_inactive_test()
984 dns = evdns_base_new(base, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_disable_when_inactive_no_ns_test()
2050 dns = evdns_base_new(base, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_client_fail_requests_test()
2095 dns = evdns_base_new(base, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in dns_client_fail_requests_getaddrinfo_test()
/external/libevent/include/event2/
Ddns.h210 #define EVDNS_BASE_DISABLE_WHEN_INACTIVE 0x8000 macro
/external/libevent/sample/
Ddns-example.c189 evdns_base = evdns_base_new(event_base, EVDNS_BASE_DISABLE_WHEN_INACTIVE); in main()
/external/libevent/
DChangeLog488 o evdns: fix EVDNS_BASE_DISABLE_WHEN_INACTIVE in case retransmit/retry (74d0eee Azat Khuzhin)
489 o evdns: add retry/reissue tests for EVDNS_BASE_DISABLE_WHEN_INACTIVE (3ca9d43 Azat Khuzhin)
535 …o evdns: disable probing with EVDNS_BASE_DISABLE_WHEN_INACTIVE (610410b,ad0493e,fea86a6,d83b337,5c…
Dwhatsnew-2.1.txt372 A second flag is now supported too: the EVDNS_BASE_DISABLE_WHEN_INACTIVE
Devdns.c3970 if (flags & EVDNS_BASE_DISABLE_WHEN_INACTIVE) { in evdns_base_new()