Home
last modified time | relevance | path

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

12

/curl/tests/unit/
H A Dunit1308.c54 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 Dlib554.c79 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 Dlib650.c83 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 Dlib1545.c39 curl_formadd(&m_formpost, &lastptr, CURLFORM_COPYNAME, "file", in test()
H A Dlib651.c54 formrc = curl_formadd(&formpost, &lastptr, in test()
H A Dlib670.c159 formrc = curl_formadd(&formpost, &lastptr, in test()
/curl/docs/libcurl/
H A Dcurl_formfree.md8 - 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 Dcurl_formadd.md4 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 Dcurl_formget.md8 - curl_formadd (3)
32 curl_formget() serializes data previously built with curl_formadd(3). It
H A DMakefile.inc48 curl_formadd.3 \
H A Dlibcurl-tutorial.md566 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 Dpostit2-formadd.c64 curl_formadd(&formpost, in main()
71 curl_formadd(&formpost, in main()
79 curl_formadd(&formpost, in main()
H A Dmulti-formadd.c54 curl_formadd(&formpost, in main()
61 curl_formadd(&formpost, in main()
68 curl_formadd(&formpost, in main()
/curl/docs/libcurl/opts/
H A DCURLOPT_HTTPPOST.md13 - 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 Dtest13085 curl_formadd
H A Dtest154527 use curl_formadd() data twice with unreadable file
H A Dtest65138 curl_formadd with huge COPYCONTENTS
H A Dtest113545 curl_formadd
/curl/lib/
H A Dlibcurl.def22 curl_formadd
H A Dformdata.c694 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
936 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt64 SYMBOL_VECTOR=(curl_formadd=PROCEDURE)
65 SYMBOL_VECTOR=(CURL_FORMADD/curl_formadd=PROCEDURE)
H A Dpcsi_gnv_curl_file_list.txt86 [gnv.usr.share.man.man3]curl_formadd.3
/curl/packages/OS400/
H A Dccsidcurl.c1004 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
H A DREADME.OS400364 _ The prototype of procedure curl_formadd() allows specifying a pointer option
/curl/include/curl/
H A Dcurl.h2595 curl_formadd(struct curl_httppost **httppost,

Completed in 76 milliseconds

12