| /external/curl/tests/data/ |
| test1308 | 21 formpost unit tests 27 Piece of the file that is to uploaded as a formpost
|
| test41 | 5 HTTP FORMPOST 19 HTTP formpost with missing file
|
| test2073 | 5 HTTP FORMPOST
|
| test158 | 24 HTTP multipart formpost with only a 100 reply
|
| test587 | 28 HTTP multi-part formpost with aborted read callback
|
| test644 | 29 HTTP multi-part formpost with aborted read callback
|
| test163 | 27 HTTP multipart formpost with contents from a file
|
| test166 | 27 HTTP formpost a file with spaces in name
|
| test173 | 28 HTTP RFC1867-formpost a file from stdin with "faked" filename
|
| test277 | 5 HTTP FORMPOST
|
| test304 | 30 HTTPS multipart formpost
|
| test44 | 5 HTTP FORMPOST
|
| test71 | 5 HTTP FORMPOST
|
| test9 | 5 HTTP FORMPOST
|
| /external/curl/tests/libtest/ |
| lib651.c | 33 struct curl_httppost *formpost = NULL; local 51 formrc = curl_formadd(&formpost, &lastptr, 63 curl_formfree(formpost); 71 /* send a multi-part formpost */ 72 test_setopt(curl, CURLOPT_HTTPPOST, formpost); 88 /* now cleanup the formpost chain */ 89 curl_formfree(formpost);
|
| lib554.c | 73 struct curl_httppost *formpost = NULL; local 83 formrc = curl_formadd(&formpost, 93 formrc = curl_formadd(&formpost, 112 formrc = curl_formadd(&formpost, 123 formrc = curl_formadd(&formpost, 140 formrc = curl_formadd(&formpost, 156 formrc = curl_formadd(&formpost, &lastptr, 169 curl_formfree(formpost); 186 /* send a multi-part formpost */ 187 test_setopt(curl, CURLOPT_HTTPPOST, formpost); [all...] |
| lib650.c | 60 struct curl_httppost *formpost = NULL; local 86 formrc = curl_formadd(&formpost, &lastptr, 104 formrc = curl_formadd(&formpost, 123 formrc = curl_formadd(&formpost, 138 formrc = curl_formadd(&formpost, 153 curl_formget(formpost, (void *) &formlength, count_chars); 157 formrc = curl_formadd(&formpost, 168 formrc = curl_formadd(&formpost, 187 /* send a multi-part formpost */ 188 test_setopt(curl, CURLOPT_HTTPPOST, formpost); [all...] |
| /external/curl/docs/libcurl/opts/ |
| CURLOPT_HTTPPOST.3 | 26 CURLOPT_HTTPPOST \- specify the multipart formpost content 32 struct curl_httppost *formpost); 57 curl_formadd(&formpost, 64 curl_formadd(&formpost, 71 curl_formadd(&formpost,
|
| /external/curl/docs/examples/ |
| postit2-formadd.c | 23 * HTTP Multipart formpost with file upload and two additional parts. 50 struct curl_httppost *formpost = NULL; local 58 curl_formadd(&formpost, 65 curl_formadd(&formpost, 73 curl_formadd(&formpost, 89 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); 101 /* then cleanup the formpost chain */ 102 curl_formfree(formpost);
|
| multi-formadd.c | 23 * using the multi interface to do a multipart formpost without blocking 40 struct curl_httppost *formpost = NULL; local 47 curl_formadd(&formpost, 54 curl_formadd(&formpost, 61 curl_formadd(&formpost, 80 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); 164 /* then cleanup the formpost chain */ 165 curl_formfree(formpost);
|
| multi-post.c | 23 * using the multi interface to do a multipart formpost without blocking
|
| postit2.c | 23 * HTTP Multipart formpost with file upload and two additional parts.
|
| /external/google-breakpad/src/common/linux/ |
| http_upload.cc | 126 struct curl_httppost *formpost = NULL; local 133 (*curl_formadd)(&formpost, &lastptr, 139 (*curl_formadd)(&formpost, &lastptr, 144 (*curl_easy_setopt)(curl, CURLOPT_HTTPPOST, formpost); 185 if (formpost != NULL) { 188 (*curl_formfree)(formpost);
|
| /external/curl/docs/libcurl/ |
| curl_formget.3 | 45 If the \fBCURLFORM_STREAM\fP option is used in the formpost, it will prevent
|
| /external/curl/tests/unit/ |
| unit1308.c | 78 /* start a new formpost with a file upload and formget */
|