Home
last modified time | relevance | path

Searched refs:Curl_node_uremove (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Dllist.c141 Curl_node_uremove(struct Curl_llist_node *e, void *user) in Curl_node_uremove() function
190 Curl_node_uremove(e, NULL); in Curl_node_remove()
199 Curl_node_uremove(list->_tail, user); in Curl_llist_destroy()
H A Dllist.h60 void Curl_node_uremove(struct Curl_llist_node *, void *);
H A Dhash.c132 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()
/curl/tests/unit/
H A Dunit1300.c185 Curl_node_uremove(to_remove, NULL);

Completed in 6 milliseconds