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

/external/curl/lib/
H A Dllist.h52 void Curl_llist_destroy(struct curl_llist *, void *);
H A Dwildcard.c58 Curl_llist_destroy(wc->filelist, NULL);
H A Dpipeline.c212 Curl_llist_destroy(new_list, NULL);
219 Curl_llist_destroy(new_list, NULL);
238 Curl_llist_destroy(new_list, NULL);
248 Curl_llist_destroy(old_list, NULL);
303 Curl_llist_destroy(new_list, NULL);
308 Curl_llist_destroy(new_list, NULL);
319 Curl_llist_destroy(old_list, NULL);
H A Dllist.c147 Curl_llist_destroy(struct curl_llist *list, void *user) function
H A Dhash.c83 Curl_llist_destroy(h->table[i], NULL);
246 Curl_llist_destroy(h->table[i], (void *) h);
H A Dconncache.c74 Curl_llist_destroy(cb_ptr->conn_list, NULL);
H A Dmulti.c346 Curl_llist_destroy(multi->msglist, NULL);
347 Curl_llist_destroy(multi->pending, NULL);
729 Curl_llist_destroy(data->state.timeoutlist, NULL);
2197 Curl_llist_destroy(multi->msglist, NULL);
2198 Curl_llist_destroy(multi->pending, NULL);
H A Durl.c426 Curl_llist_destroy(data->state.timeoutlist, NULL);
2798 Curl_llist_destroy(conn->send_pipe, NULL);
2799 Curl_llist_destroy(conn->recv_pipe, NULL);
4002 Curl_llist_destroy(conn->send_pipe, NULL);
4003 Curl_llist_destroy(conn->recv_pipe, NULL);
5719 Curl_llist_destroy(old_conn->send_pipe, NULL);
5720 Curl_llist_destroy(old_conn->recv_pipe, NULL);
/external/curl/tests/unit/
H A Dunit1300.c44 Curl_llist_destroy(llist, NULL);
53 Curl_llist_destroy(llist, NULL);
54 Curl_llist_destroy(llist_destination, NULL);
/external/curl/lib/vtls/
H A Dnss.c398 * a callback of Curl_llist_alloc() used by Curl_llist_destroy() to destroy
1293 Curl_llist_destroy(nss_crl_list, NULL);
1354 Curl_llist_destroy(connssl->obj_list, NULL);
1522 Curl_llist_destroy(connssl->obj_list, NULL);

Completed in 523 milliseconds