Home
last modified time | relevance | path

Searched refs:ares__llist_node_first (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares__hosts_file.c331 while ((node = ares__llist_node_first(entry->ips)) != NULL) { in ares__hosts_file_merge_entry()
344 while ((node = ares__llist_node_first(entry->hosts)) != NULL) { in ares__hosts_file_merge_entry()
366 for (node = ares__llist_node_first(entry->ips); node != NULL; in ares__hosts_file_match()
375 for (node = ares__llist_node_first(entry->hosts); node != NULL; in ares__hosts_file_match()
457 for (node = ares__llist_node_first(entry->ips); node != NULL; in ares__hosts_entry_isdup()
878 for (node = ares__llist_node_first(entry->ips); node != NULL; in ares__hosts_entry_to_hostent()
953 node = ares__llist_node_first(entry->hosts); in ares__hosts_entry_to_hostent()
989 node = ares__llist_node_first(entry->hosts); in ares__hosts_ai_append_cnames()
1077 for (node = ares__llist_node_first(entry->ips); node != NULL; in ares__hosts_entry_to_addrinfo()
H A Dares__llist.c181 ares__llist_node_t *ares__llist_node_first(ares__llist_t *list) in ares__llist_node_first() function
240 return ares__llist_node_val(ares__llist_node_first(list)); in ares__llist_first_val()
334 while ((node = ares__llist_node_first(list)) != NULL) { in ares__llist_destroy()
H A Dares__htable.c157 for (node = ares__llist_node_first(htable->buckets[i]); node != NULL; in ares__htable_all_buckets()
179 for (node = ares__llist_node_first(htable->buckets[idx]); node != NULL; in ares__htable_find()
256 while ((node = ares__llist_node_first(htable->buckets[i])) != NULL) { in ares__htable_expand()
H A Dares_event_thread.c67 for (node = ares__llist_node_first(e->ev_updates); node != NULL; in ares_event_update_find()
212 while ((node = ares__llist_node_first(e->ev_updates)) != NULL) { in ares_event_process_updates()
303 while ((node = ares__llist_node_first(e->ev_updates)) != NULL) { in ares_event_thread_destroy_int()
H A Dares_cancel.c64 node = ares__llist_node_first(list_copy); in ares_cancel()
H A Dares_fds.c54 for (node = ares__llist_node_first(server->connections); node != NULL; in ares_fds()
H A Dares__llist.h116 ares__llist_node_t *ares__llist_node_first(ares__llist_t *list);
H A Dares_getsock.c56 for (node = ares__llist_node_first(server->connections); node != NULL; in ares_getsock()
H A Dares_strsplit.c115 for (node = ares__llist_node_first(llist); node != NULL; in ares__strsplit()
H A Dares__close_sockets.c76 while ((node = ares__llist_node_first(server->connections)) != NULL) { in ares__close_sockets()
H A Dares_destroy.c48 node = ares__llist_node_first(channel->all_queries); in ares_destroy()
H A Dares_process.c390 for (node = ares__llist_node_first(server->connections); node != NULL; in channel_socket_list()
949 ares__llist_node_t *node = ares__llist_node_first(server->connections); in ares__send_query()
985 node = ares__llist_node_first(server->connections); in ares__send_query()
H A Dares_update_servers.c471 for (node = ares__llist_node_first(list); node != NULL; in ares__sconfig_append_fromstr()
644 for (node = ares__llist_node_first(srvlist); node != NULL; in ares__server_in_newconfig()
709 for (node = ares__llist_node_first(server_list); node != NULL; in ares__servers_update()
H A Dares_sysconfig_files.c249 for (node = ares__llist_node_first(list); node != NULL; in ares__parse_sortlist()
H A Dares_dns_name.c97 for (node = ares__llist_node_first(list); node != NULL; in ares__nameoffset_find()
H A Dares__buf.c803 for (node = ares__llist_node_first(list); node != NULL; in ares__buf_split_isduplicate()

Completed in 11 milliseconds