Searched refs:ares__llist_insert_first (Results 1 – 5 of 5) sorted by relevance
80 ares__llist_node_t *ares__llist_insert_first(ares__llist_t *list, void *val);
145 ares__llist_node_t *ares__llist_insert_first(ares__llist_t *list, void *val) in ares__llist_insert_first() function
353 node = ares__llist_insert_first(htable->buckets[idx], bucket); in ares__htable_insert()
367 node = ares__llist_insert_first(server->connections, conn); in ares__open_connection()
581 if (ares__llist_insert_first(entry->ips, temp) == NULL) { in ares__parse_hosts_ipaddr()