Home
last modified time | relevance | path

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

/curl/lib/
H A Dllist.h62 void Curl_llist_destroy(struct Curl_llist *, void *);
H A Dllist.c194 Curl_llist_destroy(struct Curl_llist *list, void *user) in Curl_llist_destroy() function
H A Dhash.c227 Curl_llist_destroy(&h->table[i], (void *) h); in Curl_hash_destroy()
H A Dcookie.c1433 Curl_llist_destroy(list, NULL); in Curl_cookie_getlist()
1445 Curl_llist_destroy(list, NULL); in Curl_cookie_getlist()
H A Dftplistparser.c208 Curl_llist_destroy(&wc->filelist, NULL); in Curl_wildcard_dtor()
H A Dmulti.c4043 Curl_llist_destroy(list, NULL);
H A Dhttp.c2297 Curl_llist_destroy(&list, NULL); in Curl_http_cookies()
/curl/tests/unit/
H A Dunit1300.c272 Curl_llist_destroy(&llist, NULL);
273 Curl_llist_destroy(&llist_destination, NULL);

Completed in 44 milliseconds