Home
last modified time | relevance | path

Searched refs:ares__llist_insert_last (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares__llist.c150 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 Dares__llist.h89 ares__llist_node_t *ares__llist_insert_last(ares__llist_t *list, void *val);
H A Dares_update_servers.c418 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 Dares_send.c128 ares__llist_insert_last(channel->all_queries, query); in ares_send_ex()
H A Dares_event_thread.c125 if (ares__llist_insert_last(e->ev_updates, ev) == NULL) { in ares_event_update()
H A Dares__socket.c365 node = ares__llist_insert_last(server->connections, conn); in ares__open_connection()
H A Dares_dns_name.c74 if (ares__llist_insert_last(*list, off) == NULL) { in ares__nameoffset_create()
H A Dares_process.c1027 ares__llist_insert_last(conn->queries_to_conn, query); in ares__send_query()
H A Dares__buf.c875 if (ares__llist_insert_last(*list, data) == NULL) { in ares__buf_split()
H A Dares__hosts_file.c528 if (ares__llist_insert_last(entry->hosts, temp) == NULL) { in ares__parse_hosts_hostnames()

Completed in 12 milliseconds