Home
last modified time | relevance | path

Searched refs:CURLOPT_READDATA (Results 1 – 25 of 55) sorted by relevance

123

/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.cc245 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_READDATA, in SetPutFromFile()
260 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_READDATA, in SetPutEmptyBody()
274 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_READDATA, in SetPostFromBuffer()
289 CHECK_CURL_OK(libcurl_->curl_easy_setopt(curl_, CURLOPT_READDATA, in SetPostEmptyBody()
/external/curl/tests/libtest/
Dlib513.c65 test_setopt(curl, CURLOPT_READDATA, NULL); in test()
Dlib1514.c70 easy_setopt(curl, CURLOPT_READDATA, &pooh); in test()
Dlib508.c90 test_setopt(curl, CURLOPT_READDATA, &pooh); in test()
Dlib541.c97 test_setopt(curl, CURLOPT_READDATA, hd_src); in test()
Dlib1520.c99 test_setopt(curl, CURLOPT_READDATA, &upload_ctx); in test()
Dlib1517.c94 test_setopt(curl, CURLOPT_READDATA, &pooh); in test()
Dlib510.c105 test_setopt(curl, CURLOPT_READDATA, &pooh); in test()
Dlib547.c111 test_setopt(curl, CURLOPT_READDATA, &counter); in test()
Dlib591.c74 easy_setopt(easy, CURLOPT_READDATA, upload); in test()
Dlib505.c129 test_setopt(curl, CURLOPT_READDATA, hd_src); in test()
Dlib525.c95 easy_setopt(curl, CURLOPT_READDATA, hd_src); in test()
Dlib555.c106 easy_setopt(curl, CURLOPT_READDATA, &counter); in test()
Dlib579.c129 test_setopt(curl, CURLOPT_READDATA, &pooh); in test()
/external/curl/docs/examples/
Dfileupload.c57 curl_easy_setopt(curl, CURLOPT_READDATA, fd); in main()
Dhttpput.c103 curl_easy_setopt(curl, CURLOPT_READDATA, hd_src); in main()
Dimap-append.c109 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx); in main()
Dsmtp-mail.c123 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx); in main()
Dftpuploadfrommem.c103 curl_easy_setopt(curl, CURLOPT_READDATA, &upload); in main()
Dftpupload.c113 curl_easy_setopt(curl, CURLOPT_READDATA, hd_src); in main()
Dsmtp-tls.c147 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx); in main()
Dsmtp-ssl.c145 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx); in main()
Dpost-callback.c96 curl_easy_setopt(curl, CURLOPT_READDATA, &wt); in main()
Danyauthput.c129 curl_easy_setopt(curl, CURLOPT_READDATA, (void *)&hd); in main()
Dsftpuploadresume.c99 curl_easy_setopt(curlhandle, CURLOPT_READDATA, f); in sftpResumeUpload()

123