Home
last modified time | relevance | path

Searched refs:CURLOPT_WRITEDATA (Results 1 – 25 of 74) sorted by relevance

123

/external/curl/docs/examples/
Dhttp2-pushinmemory.c87 curl_easy_setopt(hnd, CURLOPT_WRITEDATA, &files[0]); in setup()
111 curl_easy_setopt(easy, CURLOPT_WRITEDATA, &files[pushindex]); in server_push_callback()
Dhttp2-serverpush.c139 curl_easy_setopt(hnd, CURLOPT_WRITEDATA, out); in setup()
189 curl_easy_setopt(easy, CURLOPT_WRITEDATA, out); in server_push_callback()
Durl2file.c71 curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, pagefile); in main()
Dftpgetresp.c58 curl_easy_setopt(curl, CURLOPT_WRITEDATA, ftpfile); in main()
Dsepheaders.c79 curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, bodyfile); in main()
Dftpget.c70 curl_easy_setopt(curl, CURLOPT_WRITEDATA, &ftpfile); in main()
Drtsp.c101 my_curl_easy_setopt(curl, CURLOPT_WRITEDATA, sdp_fp); in rtsp_describe()
104 my_curl_easy_setopt(curl, CURLOPT_WRITEDATA, stdout); in rtsp_describe()
Dftpsget.c74 curl_easy_setopt(curl, CURLOPT_WRITEDATA, &ftpfile); in main()
Dsftpget.c81 curl_easy_setopt(curl, CURLOPT_WRITEDATA, &ftpfile); in main()
Dhref_extractor.c76 curl_easy_setopt(curl, CURLOPT_WRITEDATA, hsp); in main()
Dgetinmemory.c82 curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, (void *)&chunk); in main()
Dpostinmemory.c76 curl_easy_setopt(curl, CURLOPT_WRITEDATA, (void *)&chunk); in main()
Dftp-wildcard.c76 curl_easy_setopt(handle, CURLOPT_WRITEDATA, &data); in main()
Dcurlgtk.c56 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile); in my_thread()
Dcacertinmem.c133 curl_easy_setopt(ch, CURLOPT_WRITEDATA, stdout); in main()
Dusercertinmem.c187 curl_easy_setopt(ch, CURLOPT_WRITEDATA, stdout); in main()
Dhtmltidy.c98 curl_easy_setopt(curl, CURLOPT_WRITEDATA, &docbuf); in main()
Dxmlstream.c136 curl_easy_setopt(curl_handle, CURLOPT_WRITEDATA, (void *)parser); in main()
Dsmooth-gtk-thread.c93 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile); in pull_one_url()
/external/curl/tests/libtest/
Dlib567.c49 test_setopt(curl, CURLOPT_WRITEDATA, stdout); in test()
Dlib570.c51 test_setopt(curl, CURLOPT_WRITEDATA, stdout); in test()
Dlib569.c64 test_setopt(curl, CURLOPT_WRITEDATA, stdout); in test()
Dlib1540.c100 easy_setopt(curls, CURLOPT_WRITEDATA, &st); in test()
Dlib1533.c156 test_setopt(curl, CURLOPT_WRITEDATA, &data); in test()
/external/curl/lib/
Deasyoptions.c86 {"FILE", CURLOPT_WRITEDATA, CURLOT_CBPTR, CURLOT_FLAG_ALIAS},
329 {"WRITEDATA", CURLOPT_WRITEDATA, CURLOT_CBPTR, 0},

123