/curl/tests/unit/ |
H A D | unit1308.c | 54 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name", 64 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "htmlcode", 71 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name_for_ptrcontent", 91 rc = curl_formadd(&post, &last,
|
/curl/tests/libtest/ |
H A D | lib554.c | 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()
|
H A D | lib650.c | 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() 162 formrc = curl_formadd(&formpost, in test() 175 formrc = curl_formadd(&formpost, in test()
|
H A D | lib1545.c | 39 curl_formadd(&m_formpost, &lastptr, CURLFORM_COPYNAME, "file", in test()
|
H A D | lib651.c | 54 formrc = curl_formadd(&formpost, &lastptr, in test()
|
H A D | lib670.c | 159 formrc = curl_formadd(&formpost, &lastptr, in test()
|
/curl/docs/libcurl/ |
H A D | curl_formfree.md | 8 - curl_formadd (3) 33 curl_formadd(3). This must be called when the data has been used, which 38 the curl_formadd(3) invoke(s). 41 curl_formadd(3) and may be NULL. 59 curl_formadd(&formpost,
|
H A D | curl_formadd.md | 4 Title: curl_formadd 18 curl_formadd - add a section to a multipart form POST 25 CURLFORMcode curl_formadd(struct curl_httppost **firstitem, 184 Another possibility to send options to curl_formadd() is the 235 curl_formadd(&post, &last, CURLFORM_COPYNAME, "name", 239 curl_formadd(&post, &last, CURLFORM_COPYNAME, "htmlcode", 248 curl_formadd(&post, &last, CURLFORM_PTRNAME, namebuffer, 259 curl_formadd(&post, &last, CURLFORM_COPYNAME, "picture", 263 curl_formadd(&post, &last, CURLFORM_COPYNAME, "picture", 268 curl_formadd(&post, &last, CURLFORM_COPYNAME, "pictures", [all …]
|
H A D | curl_formget.md | 8 - curl_formadd (3) 32 curl_formget() serializes data previously built with curl_formadd(3). It
|
H A D | Makefile.inc | 48 curl_formadd.3 \
|
H A D | libcurl-tutorial.md | 566 A deprecated curl_formadd(3) function is still supported in libcurl. 579 curl_formadd(&post, &last, 582 curl_formadd(&post, &last, 585 curl_formadd(&post, &last, 611 curl_formadd(&post, &last, 650 curl_formadd(&post, &last, 669 curl_formadd(&post, &last, 687 curl_formadd(&post, &last, 708 curl_formadd(&post, &last, 730 curl_formadd(&post, &last, [all …]
|
/curl/docs/examples/ |
H A D | postit2-formadd.c | 64 curl_formadd(&formpost, in main() 71 curl_formadd(&formpost, in main() 79 curl_formadd(&formpost, in main()
|
H A D | multi-formadd.c | 54 curl_formadd(&formpost, in main() 61 curl_formadd(&formpost, in main() 68 curl_formadd(&formpost, in main()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HTTPPOST.md | 13 - curl_formadd (3) 39 The easiest way to create such a list, is to use curl_formadd(3) as 65 curl_formadd(&formpost, 72 curl_formadd(&formpost, 79 curl_formadd(&formpost,
|
/curl/tests/data/ |
H A D | test1308 | 5 curl_formadd
|
H A D | test1545 | 27 use curl_formadd() data twice with unreadable file
|
H A D | test1135 | 45 curl_formadd
|
H A D | test651 | 38 curl_formadd with huge COPYCONTENTS
|
/curl/lib/ |
H A D | libcurl.def | 22 curl_formadd
|
H A D | formdata.c | 696 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function 938 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
|
/curl/packages/vms/ |
H A D | gnv_libcurl_symbols.opt | 64 SYMBOL_VECTOR=(curl_formadd=PROCEDURE) 65 SYMBOL_VECTOR=(CURL_FORMADD/curl_formadd=PROCEDURE)
|
H A D | pcsi_gnv_curl_file_list.txt | 86 [gnv.usr.share.man.man3]curl_formadd.3
|
/curl/packages/OS400/ |
H A D | ccsidcurl.c | 1004 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
|
H A D | README.OS400 | 364 _ The prototype of procedure curl_formadd() allows specifying a pointer option
|
/curl/include/curl/ |
H A D | curl.h | 2599 curl_formadd(struct curl_httppost **httppost,
|