HomeSort by relevance Sort by last modified time
    Searched refs:CURLOPT_HEADERDATA (Results 1 - 21 of 21) sorted by null

  /external/curl/docs/examples/
ftpgetresp.c 62 curl_easy_setopt(curl, CURLOPT_HEADERDATA, respfile);
sepheaders.c 76 curl_easy_setopt(curl_handle, CURLOPT_HEADERDATA, headerfile);
simplessl.c 82 curl_easy_setopt(curl, CURLOPT_HEADERDATA, headerfile);
cacertinmem.c 122 rv=curl_easy_setopt(ch, CURLOPT_HEADERDATA, stderr);
ftpuploadresume.c 102 curl_easy_setopt(curlhandle, CURLOPT_HEADERDATA, &uploaded_len);
usercertinmem.c 190 rv = curl_easy_setopt(ch, CURLOPT_HEADERDATA, stderr);
rtsp.c 236 my_curl_easy_setopt(curl, CURLOPT_HEADERDATA, stdout);
  /external/curl/tests/libtest/
lib567.c 47 test_setopt(curl, CURLOPT_HEADERDATA, stdout);
lib569.c 63 test_setopt(curl, CURLOPT_HEADERDATA, stdout);
lib570.c 49 test_setopt(curl, CURLOPT_HEADERDATA, stdout);
lib568.c 64 test_setopt(curl, CURLOPT_HEADERDATA, stdout);
lib572.c 65 test_setopt(curl, CURLOPT_HEADERDATA, stdout);
  /external/google-breakpad/src/common/linux/
libcurl_wrapper.cc 134 (*easy_setopt_)(curl_, CURLOPT_HEADERDATA,
  /external/libbrillo/brillo/http/
http_connection_curl_unittest.cc 212 EXPECT_CALL(*curl_api_, EasySetOptPtr(handle_, CURLOPT_HEADERDATA, _))
282 EXPECT_CALL(*curl_api_, EasySetOptPtr(handle_, CURLOPT_HEADERDATA, _))
http_connection_curl.cc 150 curl_interface_->EasySetOptPtr(curl_handle_, CURLOPT_HEADERDATA, this);
  /external/curl/include/curl/
typecheck-gcc.h 302 (option) == CURLOPT_HEADERDATA || \
    [all...]
curl.h 621 #define CURLOPT_WRITEHEADER CURLOPT_HEADERDATA
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h     [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 942 CURL_SETOPT(proxy->curl_handle, CURLOPT_HEADERDATA, proxy);
    [all...]
  /external/curl/src/
tool_operate.c     [all...]
  /external/curl/lib/
url.c     [all...]

Completed in 167 milliseconds