/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
|
test158 | 24 HTTP multipart formpost with only a 100 reply
|
test587 | 27 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
|
test1133 | 5 HTTP FORMPOST
|
test1315 | 6 HTTP FORMPOST
|
test554 | 34 HTTP multi-part formpost using read callback for the file part
|
test1053 | 6 HTTP FORMPOST
|
/external/curl/docs/examples/ |
postit2.c | 46 struct curl_httppost *formpost=NULL; local 54 curl_formadd(&formpost, 61 curl_formadd(&formpost, 69 curl_formadd(&formpost, 85 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); 97 /* then cleanup the formpost chain */ 98 curl_formfree(formpost);
|
multi-post.c | 23 * to do a multipart formpost without "blocking". */ 37 struct curl_httppost *formpost=NULL; local 44 curl_formadd(&formpost, 51 curl_formadd(&formpost, 58 curl_formadd(&formpost, 77 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); 162 /* then cleanup the formpost chain */ 163 curl_formfree(formpost);
|
README | 62 multi-post.c - a multi-interface app doing a multipart formpost 71 postit2.c - send a HTTP multipart formpost
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_HTTPPOST.3 | 25 CURLOPT_HTTPPOST \- specify the multipart formpost content 31 struct curl_httppost *formpost); 53 curl_formadd(&formpost, 60 curl_formadd(&formpost, 67 curl_formadd(&formpost,
|
/external/curl/tests/libtest/ |
lib554.c | 73 struct curl_httppost *formpost=NULL; local 87 formrc = curl_formadd(&formpost, 105 formrc = curl_formadd(&formpost, 116 formrc = curl_formadd(&formpost, 133 formrc = curl_formadd(&formpost, 148 formrc = curl_formadd(&formpost, &lastptr, 160 curl_formfree(formpost); 177 /* send a multi-part formpost */ 178 test_setopt(curl, CURLOPT_HTTPPOST, formpost); 195 /* now cleanup the formpost chain * [all...] |
/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 | 44 If the \fBCURLFORM_STREAM\fP option is used in the formpost, it will prevent
|
/external/curl/lib/ |
formdata.h | 86 * Curl_formpostheader() returns the first line of the formpost, the
|
/external/curl/tests/unit/ |
unit1308.c | 78 /* start a new formpost with a file upload and formget */
|