HomeSort by relevance Sort by last modified time
    Searched refs:curl_slist_append (Results 26 - 50 of 52) sorted by null

12 3

  /external/curl/docs/examples/
multi-post.c 69 headerlist = curl_slist_append(headerlist, buf);
curlx.c 446 headers = curl_slist_append(headers,contenttype);
  /external/curl/tests/libtest/
lib1502.c 58 dns_cache_list = curl_slist_append(NULL, redirect);
60 fprintf(stderr, "curl_slist_append() failed\n");
lib1506.c 51 slist2 = curl_slist_append(slist, dnsentry);
53 fprintf(stderr, "curl_slist_append() failed\n");
lib579.c 106 slist = curl_slist_append(slist, "Transfer-Encoding: chunked");
108 fprintf(stderr, "curl_slist_append() failed\n");
lib1507.c 79 rcpt_list = curl_slist_append(rcpt_list, RECIPIENT);
81 rcpt_list = curl_slist_append(rcpt_list, "<others@example.com>");
lib1515.c 62 resolve_list = curl_slist_append(resolve_list, resolve);
lib540.c 206 headers = curl_slist_append(headers, buffer);
208 fprintf(stderr, "curl_slist_append() failed\n");
lib568.c 126 custom_headers = curl_slist_append(custom_headers,
lib506.c 123 return curl_slist_append(NULL, HOSTHEADER );
  /external/google-breakpad/src/common/linux/
http_upload.cc 149 struct curl_slist* (*curl_slist_append)(struct curl_slist *, const char *);
150 *(void**) (&curl_slist_append) = dlsym(curl_lib, "curl_slist_append");
151 headerlist = (*curl_slist_append)(headerlist, buf);
  /external/curl/src/
tool_easysrc.c 97 curl_slist_append(*plist, line);
tool_paramhlp.c 435 struct curl_slist *newlist = curl_slist_append(*list, ptr);
  /external/libmicrohttpd/src/testzzuf/
test_long_header.c 188 header = curl_slist_append (header, url);
  /external/libmicrohttpd/src/testcurl/
test_post.c 585 headers = curl_slist_append(headers, "Transfer-Encoding: chunked");
587 headers = curl_slist_append(headers, "Content-Type: application/octet-stream");
589 headers = curl_slist_append(headers, "Expect: 100-Continue");
test_long_header.c 196 header = curl_slist_append (header, url);
  /external/libbrillo/brillo/http/
http_connection_curl.cc 130 header_list_ = curl_slist_append(header_list_, header.c_str());
  /external/libweave/examples/provider/
curl_http_client.cc 86 chunk = curl_slist_append(chunk, (h.first + ": " + h.second).c_str());
  /system/update_engine/
libcurl_http_fetcher.cc 140 // curl_slist_append() copies the string.
142 curl_slist_append(curl_http_headers_, header.second.c_str());
150 curl_slist_append(curl_http_headers_, content_type_attr.c_str());
  /external/wpa_supplicant_8/src/utils/
http_curl.c     [all...]
  /external/curl/packages/OS400/
ccsidcurl.c 334 return curl_slist_append(list, data);
341 list = curl_slist_append(list, s);
  /external/libmicrohttpd/src/spdy2http/
proxy.c 821 if(NULL == (*curl_headers = curl_slist_append(*curl_headers, line)))
822 DIE("curl_slist_append failed");
927 if(NULL == (proxy->curl_headers = curl_slist_append(proxy->curl_headers, "Expect:")))
928 DIE("curl_slist_append failed");
    [all...]
  /external/curl/lib/
telnet.c 833 beg = curl_slist_append(tn->telnet_vars, option_arg);
865 beg = curl_slist_append(tn->telnet_vars, option_arg);
    [all...]
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]

Completed in 959 milliseconds

12 3