Searched refs:Curl_slist_append_nodup (Results 1 – 7 of 7) sorted by relevance
59 struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list, char *data) in Curl_slist_append_nodup() function97 list = Curl_slist_append_nodup(list, dupdata); in curl_slist_append()
36 struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list,
1626 beg = Curl_slist_append_nodup(list, line); in cookie_list()
1611 hdr = Curl_slist_append_nodup(*slp, s); in Curl_mime_add_header()
229 nl = Curl_slist_append_nodup(to, cp); in slist_convert()
711 nl = Curl_slist_append_nodup(ci->certinfo[certnum], output); in Curl_ssl_push_certinfo_len()
2678 Curl_slist_append_nodup() returns NULL when it fails to create a new