Home
last modified time | relevance | path

Searched refs:curl_formadd (Results 1 - 13 of 13) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib650.c83 formrc = curl_formadd(&formpost, &lastptr, in test()
90 printf("curl_formadd(1) = %d\n", (int) formrc); in test()
103 formrc = curl_formadd(&formpost, in test()
112 printf("curl_formadd(2) = %d\n", (int) formrc); in test()
122 formrc = curl_formadd(&formpost, in test()
132 printf("curl_formadd(3) = %d\n", (int) formrc); in test()
137 formrc = curl_formadd(&formpost, in test()
144 printf("curl_formadd(4) = %d\n", (int) formrc); in test()
156 formrc = curl_formadd(&formpost, in test()
162 printf("curl_formadd( in test()
[all...]
H A Dlib554.c79 formrc = curl_formadd(&formpost, in once()
89 formrc = curl_formadd(&formpost, in once()
99 printf("curl_formadd(1) = %d\n", (int)formrc); in once()
108 formrc = curl_formadd(&formpost, in once()
116 printf("curl_formadd(2) = %d\n", (int)formrc); in once()
119 formrc = curl_formadd(&formpost, in once()
126 printf("curl_formadd(3) = %d\n", (int)formrc); in once()
129 formrc = curl_formadd(&formpost, in once()
137 printf("curl_formadd(4) = %d\n", (int)formrc); in once()
139 formrc = curl_formadd( in once()
[all...]
H A Dlib1545.c41 curl_formadd(&m_formpost, &lastptr, CURLFORM_COPYNAME, "file", in test()
H A Dlib651.c54 formrc = curl_formadd(&formpost, &lastptr, in test()
60 printf("curl_formadd(1) = %d\n", (int) formrc); in test()
H A Dlib670.c164 formrc = curl_formadd(&formpost, &lastptr, in test()
170 fprintf(stderr, "curl_formadd() = %d\n", (int) formrc); in test()
/third_party/curl/tests/unit/
H A Dunit1308.c53 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name",
56 fail_unless(rc == 0, "curl_formadd returned error");
58 /* after the first curl_formadd when there's a single entry, both pointers
62 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "htmlcode",
66 fail_unless(rc == 0, "curl_formadd returned error");
68 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name_for_ptrcontent",
71 fail_unless(rc == 0, "curl_formadd returned error");
84 rc = curl_formadd(&post, &last,
90 fail_unless(rc == 0, "curl_formadd returned error");
/third_party/curl/docs/examples/
H A Dpostit2-formadd.c63 curl_formadd(&formpost, in main()
70 curl_formadd(&formpost, in main()
78 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()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A 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/
H A 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/lib/
H A Dformdata.c175 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
179 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
184 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
189 * curl_formadd (&post, &last, CURLFORM_COPYNAME, "name",
688 * curl_formadd() is a public API to add a section to the multipart formpost.
693 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
934 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
/third_party/curl/packages/OS400/
H A Dccsidcurl.c762 /* A single curl_formadd() call cannot be split in several calls to deal in curl_formadd_ccsid()
1003 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
/third_party/curl/include/curl/
H A Dcurl.h2541 /* Returns code for curl_formadd()
2572 * NAME curl_formadd()
2581 curl_formadd(struct curl_httppost **httppost,
2601 * Serialize a curl_httppost struct built with curl_formadd().
2614 * Free a multipart formpost previously built with curl_formadd().

Completed in 12 milliseconds