Searched refs:Curl_llist_destroy (Results 1 – 8 of 8) sorted by relevance
/curl/lib/ |
H A D | llist.h | 62 void Curl_llist_destroy(struct Curl_llist *, void *);
|
H A D | llist.c | 194 Curl_llist_destroy(struct Curl_llist *list, void *user) in Curl_llist_destroy() function
|
H A D | hash.c | 227 Curl_llist_destroy(&h->table[i], (void *) h); in Curl_hash_destroy()
|
H A D | cookie.c | 1433 Curl_llist_destroy(list, NULL); in Curl_cookie_getlist() 1445 Curl_llist_destroy(list, NULL); in Curl_cookie_getlist()
|
H A D | ftplistparser.c | 208 Curl_llist_destroy(&wc->filelist, NULL); in Curl_wildcard_dtor()
|
H A D | multi.c | 4043 Curl_llist_destroy(list, NULL);
|
H A D | http.c | 2297 Curl_llist_destroy(&list, NULL); in Curl_http_cookies()
|
/curl/tests/unit/ |
H A D | unit1300.c | 272 Curl_llist_destroy(&llist, NULL); 273 Curl_llist_destroy(&llist_destination, NULL);
|
Completed in 44 milliseconds