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

/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 123 milliseconds