Home
last modified time | relevance | path

Searched refs:str_matches_option (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/libevent/dist/
Devdns.c3473 str_matches_option(const char *s1, const char *optionname) in str_matches_option() function
3493 if (str_matches_option(option, "ndots:")) { in evdns_base_set_option_impl()
3501 } else if (str_matches_option(option, "timeout:")) { in evdns_base_set_option_impl()
3507 } else if (str_matches_option(option, "getaddrinfo-allow-skew:")) { in evdns_base_set_option_impl()
3515 } else if (str_matches_option(option, "max-timeouts:")) { in evdns_base_set_option_impl()
3522 } else if (str_matches_option(option, "max-inflight:")) { in evdns_base_set_option_impl()
3529 } else if (str_matches_option(option, "attempts:")) { in evdns_base_set_option_impl()
3536 } else if (str_matches_option(option, "randomize-case:")) { in evdns_base_set_option_impl()
3541 } else if (str_matches_option(option, "bind-to:")) { in evdns_base_set_option_impl()
3550 } else if (str_matches_option(option, "initial-probe-timeout:")) { in evdns_base_set_option_impl()
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Devdns.c3471 str_matches_option(const char *s1, const char *optionname) in str_matches_option() function
3491 if (str_matches_option(option, "ndots:")) { in evdns_base_set_option_impl()
3499 } else if (str_matches_option(option, "timeout:")) { in evdns_base_set_option_impl()
3505 } else if (str_matches_option(option, "getaddrinfo-allow-skew:")) { in evdns_base_set_option_impl()
3513 } else if (str_matches_option(option, "max-timeouts:")) { in evdns_base_set_option_impl()
3520 } else if (str_matches_option(option, "max-inflight:")) { in evdns_base_set_option_impl()
3527 } else if (str_matches_option(option, "attempts:")) { in evdns_base_set_option_impl()
3534 } else if (str_matches_option(option, "randomize-case:")) { in evdns_base_set_option_impl()
3539 } else if (str_matches_option(option, "bind-to:")) { in evdns_base_set_option_impl()
3548 } else if (str_matches_option(option, "initial-probe-timeout:")) { in evdns_base_set_option_impl()
[all …]