OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Curl_slist_append_nodup
(Results
1 - 5
of
5
) sorted by null
/external/curl/lib/
slist.h
33
*
Curl_slist_append_nodup
() takes ownership of the given string and appends
36
struct curl_slist *
Curl_slist_append_nodup
(struct curl_slist *list,
slist.c
49
*
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)
95
list =
Curl_slist_append_nodup
(list, dupdata);
cookie.c
[
all
...]
/external/curl/lib/vtls/
vtls.c
674
nl =
Curl_slist_append_nodup
(ci->certinfo[certnum], output);
/external/curl/packages/OS400/
ccsidcurl.c
227
to =
Curl_slist_append_nodup
(to, cp);
Completed in 276 milliseconds