HomeSort by: relevance | last modified time | path
    Searched defs:timeval_options (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
regress_dns.c 2403 const char *timeval_options[] = { local
2423 for (i = 0; i < ARRAY_SIZE(timeval_options); ++i) {
2424 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "1"));
2425 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "0.001"));
2426 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "3.14"));
2427 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "10000"));
2428 tt_assert(FAIL == evdns_base_set_option(dns_base, timeval_options[i], "0"));
2429 tt_assert(FAIL == evdns_base_set_option(dns_base, timeval_options[i], "foo"));
regress_dns.c 2403 const char *timeval_options[] = { local
2423 for (i = 0; i < ARRAY_SIZE(timeval_options); ++i) {
2424 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "1"));
2425 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "0.001"));
2426 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "3.14"));
2427 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "10000"));
2428 tt_assert(FAIL == evdns_base_set_option(dns_base, timeval_options[i], "0"));
2429 tt_assert(FAIL == evdns_base_set_option(dns_base, timeval_options[i], "foo"));
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_dns.c 2397 const char *timeval_options[] = { local
2417 for (i = 0; i < ARRAY_SIZE(timeval_options); ++i) {
2418 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "1"));
2419 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "0.001"));
2420 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "3.14"));
2421 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "10000"));
2422 tt_assert(FAIL == evdns_base_set_option(dns_base, timeval_options[i], "0"));
2423 tt_assert(FAIL == evdns_base_set_option(dns_base, timeval_options[i], "foo"));
regress_dns.c 2397 const char *timeval_options[] = { local
2417 for (i = 0; i < ARRAY_SIZE(timeval_options); ++i) {
2418 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "1"));
2419 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "0.001"));
2420 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "3.14"));
2421 tt_assert(SUCCESS == evdns_base_set_option(dns_base, timeval_options[i], "10000"));
2422 tt_assert(FAIL == evdns_base_set_option(dns_base, timeval_options[i], "0"));
2423 tt_assert(FAIL == evdns_base_set_option(dns_base, timeval_options[i], "foo"));

Completed in 32 milliseconds