Home
last modified time | relevance | path

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

/curl/docs/examples/
H A Dpostit2-formadd.c55 struct curl_httppost *formpost = NULL; in main() local
64 curl_formadd(&formpost, in main()
71 curl_formadd(&formpost, in main()
79 curl_formadd(&formpost, in main()
97 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); in main()
112 curl_formfree(formpost); in main()
H A Dmulti-formadd.c46 struct curl_httppost *formpost = NULL; in main() local
54 curl_formadd(&formpost, in main()
61 curl_formadd(&formpost, in main()
68 curl_formadd(&formpost, in main()
89 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); in main()
113 curl_formfree(formpost); in main()
/curl/tests/libtest/
H A Dlib554.c68 struct curl_httppost *formpost = NULL; in test_once() local
79 formrc = curl_formadd(&formpost, in test_once()
91 formrc = curl_formadd(&formpost, in test_once()
112 formrc = curl_formadd(&formpost, in test_once()
124 formrc = curl_formadd(&formpost, in test_once()
135 formrc = curl_formadd(&formpost, in test_once()
146 formrc = curl_formadd(&formpost, &lastptr, in test_once()
160 curl_formfree(formpost); in test_once()
180 test_setopt(curl, CURLOPT_HTTPPOST, formpost); in test_once()
201 curl_formfree(formpost); in test_once()
H A Dlib650.c55 struct curl_httppost *formpost = NULL; in test() local
83 formrc = curl_formadd(&formpost, &lastptr, in test()
104 formrc = curl_formadd(&formpost, in test()
124 formrc = curl_formadd(&formpost, in test()
140 formrc = curl_formadd(&formpost, in test()
156 curl_formget(formpost, (void *) &formlength, count_chars); in test()
162 formrc = curl_formadd(&formpost, in test()
175 formrc = curl_formadd(&formpost, in test()
197 test_setopt(curl, CURLOPT_HTTPPOST, formpost); in test()
219 curl_formfree(formpost); in test()
H A Dlib651.c35 struct curl_httppost *formpost = NULL; in test() local
54 formrc = curl_formadd(&formpost, &lastptr, in test()
67 curl_formfree(formpost); in test()
78 test_setopt(curl, CURLOPT_HTTPPOST, formpost); in test()
97 curl_formfree(formpost); in test()
H A Dlib670.c102 struct curl_httppost *formpost = NULL; in test()
159 formrc = curl_formadd(&formpost, &lastptr, in test()
175 test_setopt(pooh.easy, CURLOPT_HTTPPOST, formpost); in test()
256 curl_formfree(formpost); in test()
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTPPOST.md21 CURLOPT_HTTPPOST - multipart formpost content
29 struct curl_httppost *formpost);
37 instruct what data to pass on to the server in the *formpost* argument.
60 struct curl_httppost *formpost;
65 curl_formadd(&formpost,
72 curl_formadd(&formpost,
79 curl_formadd(&formpost,
87 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost);
91 curl_formfree(formpost);
/curl/docs/libcurl/
H A Dcurl_formfree.md55 struct curl_httppost *formpost;
59 curl_formadd(&formpost,
65 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost);
69 /* then cleanup the formpost chain */
70 curl_formfree(formpost);
H A Dcurl_formget.md45 If the **CURLFORM_STREAM** option is used in the formpost, it prevents
H A Dcurl_formadd.md179 set with the total expected length of the part unless the formpost is sent
H A Dcurl_easy_setopt.md459 **Deprecated option** Multipart formpost HTTP POST.
H A Dlibcurl-tutorial.md513 fact create and post a multi-part formpost with the regular libcurl POST
514 support described above, but that would require that you build a formpost
601 application to handicraft this formpost even more, libcurl allows you to
/curl/tests/data/
H A Dtest130823 formpost unit tests
29 Piece of the file that is to uploaded as a formpost
H A Dtest4122 HTTP formpost with missing file
H A Dtest15827 HTTP multipart formpost with only a 100 reply
H A Dtest58732 HTTP multi-part formpost with aborted read callback
H A Dtest129339 Multipart formpost to two URLs, the first failing
H A Dtest166247 HTTP formpost from callback and a redirect and switch to GET
H A Dtest16630 HTTP formpost a file with spaces in name
H A Dtest30431 HTTPS multipart formpost
H A Dtest16330 HTTP multipart formpost with contents from a file
H A Dtest17331 HTTP RFC1867-formpost a file from stdin with "faked" filename
H A Dtest55454 HTTP multi-part formpost using read callback for the file part
H A Dtest65049 HTTP formpost using form API - with redirect and re-POST
/curl/.github/scripts/
H A Dspellcheck.words257 formpost

Completed in 33 milliseconds