HomeSort by relevance Sort by last modified time
    Searched refs:curl_slist (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/curl/lib/
slist.h 30 struct curl_slist *Curl_slist_duplicate(struct curl_slist *inlist);
36 struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list,
slist.c 34 static struct curl_slist *slist_get_last(struct curl_slist *list)
36 struct curl_slist *item;
59 struct curl_slist *Curl_slist_append_nodup(struct curl_slist *list, char *data)
61 struct curl_slist *last;
62 struct curl_slist *new_item;
66 new_item = malloc(sizeof(struct curl_slist));
89 struct curl_slist *curl_slist_append(struct curl_slist *list
    [all...]
smtp.h 57 struct curl_slist *rcpt; /* Recipient list */
  /external/curl/src/
slist_wc.h 30 struct curl_slist *first;
31 struct curl_slist *last;
tool_cfgable.h 89 struct curl_slist *mail_rcpt;
155 struct curl_slist *quote;
156 struct curl_slist *postquote;
157 struct curl_slist *prequote;
163 struct curl_slist *headers;
164 struct curl_slist *proxyheaders;
167 struct curl_slist *telnet_options;
168 struct curl_slist *resolve;
169 struct curl_slist *connect_to;
slist_wc.c 39 struct curl_slist *new_item = curl_slist_append(NULL, data);
tool_paramhlp.h 47 ParameterError add2list(struct curl_slist **list, const char *ptr);
  /external/google-breakpad/src/common/linux/
libcurl_wrapper.h 76 struct curl_slist *headerlist_;
82 struct curl_slist* (*slist_append_)(struct curl_slist *, const char *);
83 void (*slist_free_all_)(struct curl_slist *);
libcurl_wrapper.cc 217 curl_slist*(*)(curl_slist*, const char*));
233 void(*)(curl_slist*));
  /external/curl/tests/libtest/
lib1528.c 32 struct curl_slist *hhl = NULL;
33 struct curl_slist *phl = NULL;
lib567.c 33 struct curl_slist *custom_headers=NULL;
lib505.c 44 struct curl_slist *hl;
47 struct curl_slist *headerlist=NULL;
lib506.c 120 static struct curl_slist *sethost(struct curl_slist *headers)
131 struct curl_slist *headers;
181 struct curl_slist *headers = NULL;
182 struct curl_slist *cookies = NULL;
183 struct curl_slist *next_cookie = NULL;
lib540.c 52 struct curl_slist *headers)
103 struct curl_slist *headers)
190 struct curl_slist *headers = NULL;
  /external/curl/docs/examples/
resolve.c 34 struct curl_slist *host = NULL;
smtp-vrfy.c 47 struct curl_slist *recipients = NULL;
httpcustomheader.c 36 struct curl_slist *chunk = NULL;
smtp-expn.c 44 struct curl_slist *recipients = NULL;
certinfo.c 60 struct curl_slist *to_info;
74 struct curl_slist *slist;
post-callback.c 101 struct curl_slist *chunk = NULL;
124 struct curl_slist *chunk = NULL;
postit2.c 52 struct curl_slist *headerlist=NULL;
cookie_interface.c 39 struct curl_slist *cookies;
40 struct curl_slist *nc;
smtp-mail.c 89 struct curl_slist *recipients = NULL;
smtp-tls.c 90 struct curl_slist *recipients = NULL;
  /external/curl/packages/OS400/
ccsidcurl.h 41 CURL_EXTERN struct curl_slist * curl_slist_append_ccsid(struct curl_slist * l,

Completed in 175 milliseconds

1 2 3 4