Lines Matching full:ares_channel
74 static void write_tcp_data(ares_channel channel, fd_set *write_fds,
76 static void read_tcp_data(ares_channel channel, fd_set *read_fds,
78 static void read_udp_packets(ares_channel channel, fd_set *read_fds,
80 static void advance_tcp_send_queue(ares_channel channel, int whichserver,
82 static void process_timeouts(ares_channel channel, struct timeval *now);
83 static void process_broken_connections(ares_channel channel,
85 static void process_answer(ares_channel channel, unsigned char *abuf,
88 static void handle_error(ares_channel channel, int whichserver,
90 static void skip_server(ares_channel channel, struct query *query,
92 static void next_server(ares_channel channel, struct query *query,
94 static int open_tcp_socket(ares_channel channel, struct server_state *server);
95 static int open_udp_socket(ares_channel channel, struct server_state *server);
99 static void end_query(ares_channel channel, struct query *query, int status,
144 static void processfds(ares_channel channel,
160 void ares_process(ares_channel channel, fd_set *read_fds, fd_set *write_fds)
168 void ares_process_fd(ares_channel channel,
206 static void write_tcp_data(ares_channel channel,
298 static void advance_tcp_send_queue(ares_channel channel, int whichserver,
331 static void read_tcp_data(ares_channel channel, fd_set *read_fds,
427 static void read_udp_packets(ares_channel channel, fd_set *read_fds,
503 static void process_timeouts(ares_channel channel, struct timeval *now)
535 static void process_answer(ares_channel channel, unsigned char *abuf,
615 static void process_broken_connections(ares_channel channel,
629 static void handle_error(ares_channel channel, int whichserver,
665 static void skip_server(ares_channel channel, struct query *query,
681 static void next_server(ares_channel channel, struct query *query,
724 void ares__send_query(ares_channel channel, struct query *query,
871 static int configure_socket(ares_socket_t s, int family, ares_channel channel)
932 static int open_tcp_socket(ares_channel channel, struct server_state *server)
1025 static int open_udp_socket(ares_channel channel, struct server_state *server)
1207 static void end_query (ares_channel channel, struct query *query, int status,