HomeSort by relevance Sort by last modified time
    Searched full:formpost (Results 1 - 25 of 40) sorted by null

1 2

  /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
test1053 6 HTTP FORMPOST
test1404 6 HTTP 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/docs/examples/
postit2.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-post.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);
  /external/curl/tests/libtest/
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,
155 formrc = curl_formadd(&formpost, &lastptr,
167 curl_formfree(formpost);
184 /* send a multi-part formpost */
185 test_setopt(curl, CURLOPT_HTTPPOST, formpost);
    [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 87 * 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 */
  /external/curl/src/
tool_helpers.c 77 "multipart formpost (-F, --form)",

Completed in 266 milliseconds

1 2