Home
last modified time | relevance | path

Searched refs:ares__llist_insert_first (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares__llist.h80 ares__llist_node_t *ares__llist_insert_first(ares__llist_t *list, void *val);
Dares__llist.c145 ares__llist_node_t *ares__llist_insert_first(ares__llist_t *list, void *val) in ares__llist_insert_first() function
Dares__htable.c353 node = ares__llist_insert_first(htable->buckets[idx], bucket); in ares__htable_insert()
Dares__socket.c367 node = ares__llist_insert_first(server->connections, conn); in ares__open_connection()
Dares__hosts_file.c581 if (ares__llist_insert_first(entry->ips, temp) == NULL) { in ares__parse_hosts_ipaddr()