Searched refs:Curl_llist_remove (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dllist.h49 int Curl_llist_remove(struct curl_llist *, struct curl_llist_element *,
H A Dllist.c110 Curl_llist_remove(struct curl_llist *list, struct curl_llist_element *e, function
149 Curl_llist_remove(list, list->tail, user);
H A Dhash.c163 Curl_llist_remove(l, le, (void *)h);
198 Curl_llist_remove(l, le, (void *) h);
275 Curl_llist_remove(list, le, (void *) h);
H A Dmulti.c759 Curl_llist_remove(multi->msglist, e, NULL);
1871 Curl_llist_remove(multi->msglist, e, NULL);
2062 Curl_llist_remove(list, e, NULL);
2080 Curl_llist_remove(list, e, NULL);
2604 Curl_llist_remove(list, list->tail, NULL);
H A Dftp.c3753 Curl_llist_remove(wildcard->filelist, wildcard->filelist->head, NULL);
3766 Curl_llist_remove(wildcard->filelist, wildcard->filelist->head, NULL);
H A Durl.c2763 Curl_llist_remove(pipeline, curr, NULL);
2837 Curl_llist_remove(pipeline, curr, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/unit/
H A Dunit1300.c157 /* unit tests for Curl_llist_remove */
173 Curl_llist_remove(llist, llist->head, NULL);
199 Curl_llist_remove(llist, to_remove, NULL);
218 Curl_llist_remove(llist, to_remove, NULL);
232 Curl_llist_remove(llist, to_remove, NULL);

Completed in 179 milliseconds