• Home
  • Raw
  • Download

Lines Matching refs:evdns_base_set_option

746 	tt_assert(! evdns_base_set_option(dns, "timeout", "0.2"));  in dns_retry_test_impl()
747 tt_assert(! evdns_base_set_option(dns, "max-timeouts:", "10")); in dns_retry_test_impl()
748 tt_assert(! evdns_base_set_option(dns, "initial-probe-timeout", "0.1")); in dns_retry_test_impl()
767 tt_assert(! evdns_base_set_option(dns, "max-timeouts:", "2")); in dns_retry_test_impl()
768 tt_assert(! evdns_base_set_option(dns, "attempts:", "3")); in dns_retry_test_impl()
847 tt_assert(! evdns_base_set_option(dns, "timeout:", "0.3")); in dns_reissue_test_impl()
848 tt_assert(! evdns_base_set_option(dns, "max-timeouts:", "2")); in dns_reissue_test_impl()
849 tt_assert(! evdns_base_set_option(dns, "attempts:", "5")); in dns_reissue_test_impl()
926 tt_assert(! evdns_base_set_option(dns, "max-inflight:", "3")); in dns_inflight_test_impl()
927 tt_assert(! evdns_base_set_option(dns, "randomize-case:", "0")); in dns_inflight_test_impl()
985 tt_assert(! evdns_base_set_option(dns, "timeout:", "0.1")); in dns_disable_when_inactive_no_ns_test()
1449 tt_assert(! evdns_base_set_option(dns_base, "timeout", "0.3")); in test_getaddrinfo_async()
1450 tt_assert(! evdns_base_set_option(dns_base, "getaddrinfo-allow-skew", "0.2")); in test_getaddrinfo_async()
2142 tt_assert(!evdns_base_set_option(dns, "max-inflight:", "11")); in dns_client_fail_requests_test()
2364 tt_assert(!evdns_base_set_option(dns_base, "so-rcvbuf", "10240")); in test_set_so_rcvbuf_so_sndbuf()
2365 tt_assert(!evdns_base_set_option(dns_base, "so-sndbuf", "10240")); in test_set_so_rcvbuf_so_sndbuf()
2408 tt_assert(SUCCESS == evdns_base_set_option(dns_base, int_options[i], "0")); in test_set_option()
2409 tt_assert(SUCCESS == evdns_base_set_option(dns_base, int_options[i], "1")); in test_set_option()
2410 tt_assert(SUCCESS == evdns_base_set_option(dns_base, int_options[i], "10000")); in test_set_option()
2411 tt_assert(FAIL == evdns_base_set_option(dns_base, int_options[i], "foo")); in test_set_option()
2412 tt_assert(FAIL == evdns_base_set_option(dns_base, int_options[i], "3.14")); in test_set_option()
2416 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "1")); in test_set_option()
2417 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "0.001")); in test_set_option()
2418 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "3.14")); in test_set_option()
2419 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "10000")); in test_set_option()
2420 tt_assert(FAIL == evdns_base_set_option(dns_base, timeval_options[i], "0")); in test_set_option()
2421 tt_assert(FAIL == evdns_base_set_option(dns_base, timeval_options[i], "foo")); in test_set_option()
2425 tt_assert(SUCCESS == evdns_base_set_option(dns_base, addr_port_options[i], "8.8.8.8:80")); in test_set_option()
2426 tt_assert(SUCCESS == evdns_base_set_option(dns_base, addr_port_options[i], "1.2.3.4")); in test_set_option()
2427 tt_assert(SUCCESS == evdns_base_set_option(dns_base, addr_port_options[i], "::1:82")); in test_set_option()
2428 tt_assert(SUCCESS == evdns_base_set_option(dns_base, addr_port_options[i], "3::4")); in test_set_option()
2429 tt_assert(FAIL == evdns_base_set_option(dns_base, addr_port_options[i], "3.14")); in test_set_option()
2430 tt_assert(FAIL == evdns_base_set_option(dns_base, addr_port_options[i], "foo")); in test_set_option()