Searched refs:ares__llist_insert_last (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares__llist.c | 150 ares__llist_node_t *ares__llist_insert_last(ares__llist_t *list, void *val) in ares__llist_insert_last() function 174 return ares__llist_insert_last(node->parent, val); in ares__llist_insert_after()
|
H A D | ares__llist.h | 89 ares__llist_node_t *ares__llist_insert_last(ares__llist_t *list, void *val);
|
H A D | ares_update_servers.c | 418 if (ares__llist_insert_last(*sconfig, s) == NULL) { in ares__sconfig_append() 806 if (ares__llist_insert_last(s, sconfig) == NULL) { in ares_addr_node_to_server_config_llist() 858 if (ares__llist_insert_last(s, sconfig) == NULL) { in ares_addr_port_node_to_server_config_llist() 898 if (ares__llist_insert_last(s, sconfig) == NULL) { in ares_in_addr_to_server_config_llist()
|
H A D | ares_send.c | 128 ares__llist_insert_last(channel->all_queries, query); in ares_send_ex()
|
H A D | ares_event_thread.c | 125 if (ares__llist_insert_last(e->ev_updates, ev) == NULL) { in ares_event_update()
|
H A D | ares__socket.c | 365 node = ares__llist_insert_last(server->connections, conn); in ares__open_connection()
|
H A D | ares_dns_name.c | 74 if (ares__llist_insert_last(*list, off) == NULL) { in ares__nameoffset_create()
|
H A D | ares_process.c | 1027 ares__llist_insert_last(conn->queries_to_conn, query); in ares__send_query()
|
H A D | ares__buf.c | 875 if (ares__llist_insert_last(*list, data) == NULL) { in ares__buf_split()
|
H A D | ares__hosts_file.c | 528 if (ares__llist_insert_last(entry->hosts, temp) == NULL) { in ares__parse_hosts_hostnames()
|
Completed in 12 milliseconds