Searched refs:Curl_node_uremove (Results 1 – 4 of 4) sorted by relevance
141 Curl_node_uremove(struct Curl_llist_node *e, void *user) in Curl_node_uremove() function190 Curl_node_uremove(e, NULL); in Curl_node_remove()199 Curl_node_uremove(list->_tail, user); in Curl_llist_destroy()
60 void Curl_node_uremove(struct Curl_llist_node *, void *);
132 Curl_node_uremove(le, (void *)h); in Curl_hash_add2()179 Curl_node_uremove(le, (void *) h); in Curl_hash_delete()271 Curl_node_uremove(le, (void *) h); in Curl_hash_clean_with_criterium()
185 Curl_node_uremove(to_remove, NULL);
Completed in 6 milliseconds