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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dllist.h49 int Curl_llist_remove(struct curl_llist *, struct curl_llist_element *,
H A Dbundles.c102 Curl_llist_remove(cb_ptr->conn_list, curr, NULL);
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);
280 Curl_llist_remove(list, le, (void *) h);
H A Dmulti.c586 Curl_llist_remove(multi->msglist, e, NULL);
1915 Curl_llist_remove(multi->msglist, e, NULL);
2138 Curl_llist_remove(list, e, NULL);
2156 Curl_llist_remove(list, e, NULL);
2594 Curl_llist_remove(list, list->tail, NULL);
H A Dftp.c3967 Curl_llist_remove(wildcard->filelist, wildcard->filelist->head, NULL);
3980 Curl_llist_remove(wildcard->filelist, wildcard->filelist->head, NULL);
H A Durl.c2715 Curl_llist_remove(pipeline, curr, NULL);
2787 Curl_llist_remove(pipeline, curr, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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 191 milliseconds