• Home
  • Raw
  • Download

Lines Matching defs:channel

144 static void processfds(ares_channel channel,  in processfds()
160 void ares_process(ares_channel channel, fd_set *read_fds, fd_set *write_fds) in ares_process()
168 void ares_process_fd(ares_channel channel, in ares_process_fd()
206 static void write_tcp_data(ares_channel channel, in write_tcp_data()
298 static void advance_tcp_send_queue(ares_channel channel, int whichserver, in advance_tcp_send_queue()
331 static void read_tcp_data(ares_channel channel, fd_set *read_fds, in read_tcp_data()
427 static void read_udp_packets(ares_channel channel, fd_set *read_fds, in read_udp_packets()
503 static void process_timeouts(ares_channel channel, struct timeval *now) in process_timeouts()
535 static void process_answer(ares_channel channel, unsigned char *abuf, in process_answer()
615 static void process_broken_connections(ares_channel channel, in process_broken_connections()
629 static void handle_error(ares_channel channel, int whichserver, in handle_error()
665 static void skip_server(ares_channel channel, struct query *query, in skip_server()
681 static void next_server(ares_channel channel, struct query *query, in next_server()
724 void ares__send_query(ares_channel channel, struct query *query, in ares__send_query()
871 static int configure_socket(ares_socket_t s, int family, ares_channel channel) in configure_socket()
932 static int open_tcp_socket(ares_channel channel, struct server_state *server) in open_tcp_socket()
1025 static int open_udp_socket(ares_channel channel, struct server_state *server) in open_udp_socket()
1207 static void end_query (ares_channel channel, struct query *query, int status, in end_query()