Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
Dlib554.c79 formrc = curl_formadd(&formpost, in once()
89 formrc = curl_formadd(&formpost, in once()
108 formrc = curl_formadd(&formpost, in once()
119 formrc = curl_formadd(&formpost, in once()
129 formrc = curl_formadd(&formpost, in once()
139 formrc = curl_formadd(&formpost, &lastptr, in once()
Dlib650.c83 formrc = curl_formadd(&formpost, &lastptr, in test()
103 formrc = curl_formadd(&formpost, in test()
122 formrc = curl_formadd(&formpost, in test()
137 formrc = curl_formadd(&formpost, in test()
156 formrc = curl_formadd(&formpost, in test()
167 formrc = curl_formadd(&formpost, in test()
Dlib651.c54 formrc = curl_formadd(&formpost, &lastptr, in test()
Dlib670.c164 formrc = curl_formadd(&formpost, &lastptr, in test()
/third_party/curl/tests/unit/
Dunit1308.c53 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name",
62 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "htmlcode",
68 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name_for_ptrcontent",
84 rc = curl_formadd(&post, &last,
/third_party/curl/docs/examples/
Dpostit2-formadd.c63 curl_formadd(&formpost, in main()
70 curl_formadd(&formpost, in main()
78 curl_formadd(&formpost, in main()
Dmulti-formadd.c54 curl_formadd(&formpost, in main()
61 curl_formadd(&formpost, in main()
68 curl_formadd(&formpost, in main()
/third_party/curl/tests/data/
Dtest13085 curl_formadd
Dtest65138 curl_formadd with huge COPYCONTENTS
Dtest113545 curl_formadd
/third_party/curl/
Dcurl.map92 curl_formadd;
Dlibcurl.def22 curl_formadd
/third_party/curl/docs/libcurl/
DMakefile.inc48 curl_formadd.3 \
DMakefile.in711 curl_formadd.3 \
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
Dtest_post_form.c158 curl_formadd (&post, &last, CURLFORM_COPYNAME, "name", in make_form()
160 curl_formadd (&post, &last, CURLFORM_COPYNAME, "project", in make_form()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dtest_postform.c165 curl_formadd (&post, &last, CURLFORM_COPYNAME, "name", in make_form()
167 curl_formadd (&post, &last, CURLFORM_COPYNAME, "project", in make_form()
/third_party/curl/packages/vms/
Dgnv_libcurl_symbols.opt64 SYMBOL_VECTOR=(curl_formadd=PROCEDURE)
65 SYMBOL_VECTOR=(CURL_FORMADD/curl_formadd=PROCEDURE)
Dpcsi_gnv_curl_file_list.txt86 [gnv.usr.share.man.man3]curl_formadd.3
/third_party/curl/lib/
Dformdata.c693 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
936 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
/third_party/curl/docs/
DHISTORY.md133 September: libcurl 7.9 introduces cookie jar and `curl_formadd()`. During the
/third_party/curl/packages/OS400/
Dccsidcurl.c1003 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
DREADME.OS400365 _ The prototype of procedure curl_formadd() allows specifying a pointer option
Dcurl.inc.in2663 d curl_formadd pr extproc('curl_formadd')
/third_party/curl/include/curl/
Dcurl.h2585 curl_formadd(struct curl_httppost **httppost,