Searched refs:CURLOPT_READDATA (Results 1 – 25 of 55) sorted by relevance
123
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request.cc | 245 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/ |
D | lib513.c | 65 test_setopt(curl, CURLOPT_READDATA, NULL); in test()
|
D | lib1514.c | 70 easy_setopt(curl, CURLOPT_READDATA, &pooh); in test()
|
D | lib508.c | 90 test_setopt(curl, CURLOPT_READDATA, &pooh); in test()
|
D | lib541.c | 97 test_setopt(curl, CURLOPT_READDATA, hd_src); in test()
|
D | lib1520.c | 99 test_setopt(curl, CURLOPT_READDATA, &upload_ctx); in test()
|
D | lib1517.c | 94 test_setopt(curl, CURLOPT_READDATA, &pooh); in test()
|
D | lib510.c | 105 test_setopt(curl, CURLOPT_READDATA, &pooh); in test()
|
D | lib547.c | 111 test_setopt(curl, CURLOPT_READDATA, &counter); in test()
|
D | lib591.c | 74 easy_setopt(easy, CURLOPT_READDATA, upload); in test()
|
D | lib505.c | 129 test_setopt(curl, CURLOPT_READDATA, hd_src); in test()
|
D | lib525.c | 95 easy_setopt(curl, CURLOPT_READDATA, hd_src); in test()
|
D | lib555.c | 106 easy_setopt(curl, CURLOPT_READDATA, &counter); in test()
|
D | lib579.c | 129 test_setopt(curl, CURLOPT_READDATA, &pooh); in test()
|
/external/curl/docs/examples/ |
D | fileupload.c | 57 curl_easy_setopt(curl, CURLOPT_READDATA, fd); in main()
|
D | httpput.c | 103 curl_easy_setopt(curl, CURLOPT_READDATA, hd_src); in main()
|
D | imap-append.c | 109 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx); in main()
|
D | smtp-mail.c | 123 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx); in main()
|
D | ftpuploadfrommem.c | 103 curl_easy_setopt(curl, CURLOPT_READDATA, &upload); in main()
|
D | ftpupload.c | 113 curl_easy_setopt(curl, CURLOPT_READDATA, hd_src); in main()
|
D | smtp-tls.c | 147 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx); in main()
|
D | smtp-ssl.c | 145 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx); in main()
|
D | post-callback.c | 96 curl_easy_setopt(curl, CURLOPT_READDATA, &wt); in main()
|
D | anyauthput.c | 129 curl_easy_setopt(curl, CURLOPT_READDATA, (void *)&hd); in main()
|
D | sftpuploadresume.c | 99 curl_easy_setopt(curlhandle, CURLOPT_READDATA, f); in sftpResumeUpload()
|
123