Searched refs:CURLOPT_HEADERDATA (Results 1 – 25 of 36) sorted by relevance
12
/external/curl/tests/libtest/ |
D | lib567.c | 48 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test()
|
D | lib1556.c | 57 easy_setopt(curl, CURLOPT_HEADERDATA, &info); in test()
|
D | lib570.c | 50 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test()
|
D | lib569.c | 64 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test()
|
D | lib1540.c | 102 easy_setopt(curls, CURLOPT_HEADERDATA, &st); in test()
|
D | lib568.c | 65 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test()
|
D | lib572.c | 66 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test()
|
/external/curl/docs/examples/ |
D | ftpgetresp.c | 62 curl_easy_setopt(curl, CURLOPT_HEADERDATA, respfile); in main()
|
D | sepheaders.c | 76 curl_easy_setopt(curl_handle, CURLOPT_HEADERDATA, headerfile); in main()
|
D | simplessl.c | 82 curl_easy_setopt(curl, CURLOPT_HEADERDATA, headerfile); in main()
|
D | ftpuploadresume.c | 90 curl_easy_setopt(curlhandle, CURLOPT_HEADERDATA, &uploaded_len); in upload()
|
D | usercertinmem.c | 189 rv = curl_easy_setopt(ch, CURLOPT_HEADERDATA, stderr); in main()
|
D | cacertinmem.c | 138 rv = curl_easy_setopt(ch, CURLOPT_HEADERDATA, stderr); in main()
|
D | rtsp.c | 242 my_curl_easy_setopt(curl, CURLOPT_HEADERDATA, stdout); in main()
|
/external/libbrillo/brillo/http/ |
D | http_connection_curl_unittest.cc | 212 EXPECT_CALL(*curl_api_, EasySetOptPtr(handle_, CURLOPT_HEADERDATA, _)) in TEST_F() 282 EXPECT_CALL(*curl_api_, EasySetOptPtr(handle_, CURLOPT_HEADERDATA, _)) in TEST_F()
|
/external/curl/tests/data/ |
D | test1400 | 95 CURLOPT_HEADERDATA set to a objectpointer
|
D | test1407 | 83 CURLOPT_HEADERDATA set to a objectpointer
|
D | test1420 | 89 CURLOPT_HEADERDATA set to a objectpointer
|
D | test1403 | 97 CURLOPT_HEADERDATA set to a objectpointer
|
D | test1406 | 103 CURLOPT_HEADERDATA set to a objectpointer
|
D | test1402 | 102 CURLOPT_HEADERDATA set to a objectpointer
|
D | test1405 | 110 CURLOPT_HEADERDATA set to a objectpointer
|
D | test1401 | 114 CURLOPT_HEADERDATA set to a objectpointer
|
/external/google-breakpad/src/common/linux/ |
D | libcurl_wrapper.cc | 134 (*easy_setopt_)(curl_, CURLOPT_HEADERDATA, in SendRequest()
|
/external/curl/docs/libcurl/opts/ |
D | Makefile.inc | 156 CURLOPT_HEADERDATA.3 \
|
12