HomeSort by relevance Sort by last modified time
    Searched refs:CURLOPT_READDATA (Results 1 - 25 of 46) sorted by null

1 2

  /external/curl/docs/examples/
fileupload.c 57 curl_easy_setopt(curl, CURLOPT_READDATA, fd);
httpput.c 103 curl_easy_setopt(curl, CURLOPT_READDATA, hd_src);
imap-append.c 106 * could just use the CURLOPT_READDATA option to specify a FILE pointer to
109 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx);
post-callback.c 87 curl_easy_setopt(curl, CURLOPT_READDATA, &pooh);
smtp-mail.c 116 * body of the message). You could just use the CURLOPT_READDATA option to
119 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx);
smtp-tls.c 144 * body of the message). You could just use the CURLOPT_READDATA option to
147 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx);
ftpupload.c 113 curl_easy_setopt(curl, CURLOPT_READDATA, hd_src);
smtp-ssl.c 142 * body of the message). You could just use the CURLOPT_READDATA option to
145 curl_easy_setopt(curl, CURLOPT_READDATA, &upload_ctx);
anyauthput.c 150 curl_easy_setopt(curl, CURLOPT_READDATA, (void *)&hd);
ftpuploadresume.c 107 curl_easy_setopt(curlhandle, CURLOPT_READDATA, f);
  /external/curl/tests/libtest/
lib1514.c 70 easy_setopt(curl, CURLOPT_READDATA, &pooh);
lib513.c 64 test_setopt(curl, CURLOPT_READDATA, NULL);
lib1517.c 94 test_setopt(curl, CURLOPT_READDATA, &pooh);
lib1520.c 98 test_setopt(curl, CURLOPT_READDATA, &upload_ctx);
lib508.c 89 test_setopt(curl, CURLOPT_READDATA, &pooh);
lib510.c 100 test_setopt(curl, CURLOPT_READDATA, &pooh);
lib541.c 99 test_setopt(curl, CURLOPT_READDATA, hd_src);
lib505.c 132 test_setopt(curl, CURLOPT_READDATA, hd_src);
lib525.c 98 easy_setopt(curl, CURLOPT_READDATA, hd_src);
lib547.c 110 test_setopt(curl, CURLOPT_READDATA, &counter);
lib579.c 129 test_setopt(curl, CURLOPT_READDATA, &pooh);
lib591.c 78 easy_setopt(easy, CURLOPT_READDATA, upload);
  /external/libmicrohttpd/src/testzzuf/
test_put.c 145 curl_easy_setopt (c, CURLOPT_READDATA, &pos);
196 curl_easy_setopt (c, CURLOPT_READDATA, &pos);
265 curl_easy_setopt (c, CURLOPT_READDATA, &pos);
test_put_chunked.c 151 curl_easy_setopt (c, CURLOPT_READDATA, &pos);
198 curl_easy_setopt (c, CURLOPT_READDATA, &pos);
277 curl_easy_setopt (c, CURLOPT_READDATA, &pos);
test_put_large.c 160 curl_easy_setopt (c, CURLOPT_READDATA, &pos);
212 curl_easy_setopt (c, CURLOPT_READDATA, &pos);
283 curl_easy_setopt (c, CURLOPT_READDATA, &pos);

Completed in 702 milliseconds

1 2