Searched refs:try_option (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_init.c | 81 static const char *try_option(const char *p, const char *q, const char *opt); 2315 val = try_option(p, q, "ndots:"); in set_options() 2318 val = try_option(p, q, "retrans:"); in set_options() 2321 val = try_option(p, q, "retry:"); in set_options() 2324 val = try_option(p, q, "rotate"); in set_options() 2335 static const char *try_option(const char *p, const char *q, const char *opt) in try_option() function
|