Searched refs:try_option (Results 1 – 1 of 1) sorted by relevance
/external/c-ares/ |
D | ares_init.c | 91 static const char *try_option(const char *p, const char *q, const char *opt); 1536 val = try_option(p, q, "ndots:"); in set_options() 1539 val = try_option(p, q, "retrans:"); in set_options() 1542 val = try_option(p, q, "retry:"); in set_options() 1545 val = try_option(p, q, "rotate"); in set_options() 1556 static const char *try_option(const char *p, const char *q, const char *opt) in try_option() function
|