Lines Matching full:ares_channel
79 static int init_by_options(ares_channel channel, const struct ares_options *options,
81 static int init_by_environment(ares_channel channel);
82 static int init_by_resolv_conf(ares_channel channel);
83 static int init_by_defaults(ares_channel channel);
89 static int set_search(ares_channel channel, const char *str);
90 static int set_options(ares_channel channel, const char *str);
98 static int config_domain(ares_channel channel, char *str);
99 static int config_lookup(ares_channel channel, const char *str,
112 int ares_init(ares_channel *channelptr)
117 int ares_init_options(ares_channel *channelptr, struct ares_options *options,
120 ares_channel channel;
267 int ares_dup(ares_channel *dest, ares_channel src)
322 int ares_save_options(ares_channel channel, struct ares_options *options,
414 static int init_by_options(ares_channel channel,
516 static int init_by_environment(ares_channel channel)
788 static int init_by_resolv_conf(ares_channel channel)
1141 static int init_by_defaults(ares_channel channel)
1270 static int config_domain(ares_channel channel, char *str)
1290 static int config_lookup(ares_channel channel, const char *str,
1466 static int set_search(ares_channel channel, const char *str)
1526 static int set_options(ares_channel channel, const char *str)
1755 void ares_set_local_ip4(ares_channel channel, unsigned int local_ip)
1761 void ares_set_local_ip6(ares_channel channel,
1768 void ares_set_local_dev(ares_channel channel,
1777 void ares_set_socket_callback(ares_channel channel,
1785 void ares__init_servers_state(ares_channel channel)