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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dslist.h33 * Curl_slist_append_nodup() takes ownership of the given string and appends
36 struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list,
H A Dslist.c49 * Curl_slist_append_nodup() appends a string to the linked list. Rather than
51 * should have been malloc()ated. Curl_slist_append_nodup always returns
57 struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list, char *data) function
95 list = Curl_slist_append_nodup(list, dupdata);
H A Dcookie.c1283 beg = Curl_slist_append_nodup(list, line);
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dvtls.c659 nl = Curl_slist_append_nodup(ci->certinfo[certnum], output);
/macosx-10.10/curl-83.1.2/curl/packages/OS400/
H A Dccsidcurl.c227 to = Curl_slist_append_nodup(to, cp);

Completed in 184 milliseconds