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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dllist.h52 void Curl_llist_destroy(struct curl_llist *, void *);
H A Dwildcard.c61 Curl_llist_destroy(wc->filelist, NULL);
H A Dllist.c145 Curl_llist_destroy(struct curl_llist *list, void *user) function
H A Dhash.c79 Curl_llist_destroy(h->table[i], NULL);
248 Curl_llist_destroy(h->table[i], (void *) h);
H A Durl.c442 Curl_llist_destroy(data->state.timeoutlist, NULL);
2585 Curl_llist_destroy(conn->send_pipe, NULL);
2586 Curl_llist_destroy(conn->recv_pipe, NULL);
2587 Curl_llist_destroy(conn->pend_pipe, NULL);
2588 Curl_llist_destroy(conn->done_pipe, NULL);
3605 Curl_llist_destroy(conn->send_pipe, NULL);
3606 Curl_llist_destroy(conn->recv_pipe, NULL);
3607 Curl_llist_destroy(conn->pend_pipe, NULL);
3608 Curl_llist_destroy(conn->done_pipe, NULL);
4686 Curl_llist_destroy(old_con
[all...]
H A Dnss.c364 * a callback of Curl_llist_alloc() used by Curl_llist_destroy() to destroy
1058 Curl_llist_destroy(connssl->obj_list, NULL);
1434 Curl_llist_destroy(connssl->obj_list, NULL);
H A Dmulti.c491 Curl_llist_destroy(timeoutlist, NULL);
681 Curl_llist_destroy(data->state.timeoutlist, NULL);
1814 Curl_llist_destroy(multi->msglist, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1300.c44 Curl_llist_destroy(llist, NULL);
53 Curl_llist_destroy(llist, NULL);
54 Curl_llist_destroy(llist_destination, NULL);

Completed in 131 milliseconds