Home
last modified time | relevance | path

Searched refs:Curl_slist_append_nodup (Results 1 - 7 of 7) sorted by relevance

/third_party/curl/lib/
H A Dslist.c53 * Curl_slist_append_nodup() appends a string to the linked list. Rather than
55 * should have been malloc()ated. Curl_slist_append_nodup always returns
61 struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list, char *data) in Curl_slist_append_nodup() function
99 list = Curl_slist_append_nodup(list, dupdata); in curl_slist_append()
H A Dslist.h35 * Curl_slist_append_nodup() takes ownership of the given string and appends
38 struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list,
H A Dhttp_aws_sigv4.c230 tmp_head = Curl_slist_append_nodup(head, dupdata); in make_headers()
H A Dcookie.c1737 beg = Curl_slist_append_nodup(list, line); in cookie_list()
H A Dmime.c1684 hdr = Curl_slist_append_nodup(*slp, s); in Curl_mime_add_header()
/third_party/curl/packages/OS400/
H A Dccsidcurl.c226 nl = Curl_slist_append_nodup(to, cp); in slist_convert()
/third_party/curl/lib/vtls/
H A Dvtls.c897 nl = Curl_slist_append_nodup(ci->certinfo[certnum], in Curl_ssl_push_certinfo_len()

Completed in 10 milliseconds