Searched defs:curl_slist (Results 1 - 2 of 2) sorted by relevance

/external/curl/include/curl/
H A Dcurl.h134 struct curl_slist* contentheader; /* list of extra headers for this form */
933 /* This points to a linked list of headers, struct curl_slist kind. This
1613 struct curl_slist kind */
2015 struct curl_slist { struct
2017 struct curl_slist *next;
2028 CURL_EXTERN struct curl_slist *curl_slist_append(struct curl_slist *,
2036 * free a previously built curl_slist.
2038 CURL_EXTERN void curl_slist_free_all(struct curl_slist *);
2055 struct curl_slist **certinf
[all...]
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h147 struct curl_slist* contentheader; /* list of extra headers for this form */
746 /* This points to a linked list of headers, struct curl_slist kind */
1618 struct curl_slist { struct
1620 struct curl_slist *next;
1631 CURL_EXTERN struct curl_slist *curl_slist_append(struct curl_slist *,
1639 * free a previously built curl_slist.
1641 CURL_EXTERN void curl_slist_free_all(struct curl_slist *);
1658 struct curl_slist **certinfo; /* for each index in this array, there's a

Completed in 150 milliseconds