/third_party/curl/tests/libtest/ |
H A D | lib650.c | 83 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 D | lib554.c | 79 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 D | lib1545.c | 41 curl_formadd(&m_formpost, &lastptr, CURLFORM_COPYNAME, "file", in test()
|
H A D | lib651.c | 54 formrc = curl_formadd(&formpost, &lastptr, in test() 60 printf("curl_formadd(1) = %d\n", (int) formrc); in test()
|
H A D | lib670.c | 164 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 D | unit1308.c | 53 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 D | postit2-formadd.c | 63 curl_formadd(&formpost, in main() 70 curl_formadd(&formpost, in main() 78 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()
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
H A D | test_post_form.c | 158 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 D | test_postform.c | 165 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 D | formdata.c | 175 * 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 D | ccsidcurl.c | 762 /* 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 D | curl.h | 2541 /* 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().
|