Home
last modified time | relevance | path

Searched refs:formpost (Results 1 – 20 of 20) sorted by relevance

/external/curl/tests/libtest/
Dlib554.c73 struct curl_httppost *formpost = NULL; in once() local
83 formrc = curl_formadd(&formpost, in once()
93 formrc = curl_formadd(&formpost, in once()
112 formrc = curl_formadd(&formpost, in once()
123 formrc = curl_formadd(&formpost, in once()
140 formrc = curl_formadd(&formpost, in once()
156 formrc = curl_formadd(&formpost, &lastptr, in once()
169 curl_formfree(formpost); in once()
187 test_setopt(curl, CURLOPT_HTTPPOST, formpost); in once()
204 curl_formfree(formpost); in once()
Dlib650.c60 struct curl_httppost *formpost = NULL; in test() local
87 formrc = curl_formadd(&formpost, &lastptr, in test()
107 formrc = curl_formadd(&formpost, in test()
126 formrc = curl_formadd(&formpost, in test()
141 formrc = curl_formadd(&formpost, in test()
156 curl_formget(formpost, (void *) &formlength, count_chars); in test()
160 formrc = curl_formadd(&formpost, in test()
171 formrc = curl_formadd(&formpost, in test()
191 test_setopt(curl, CURLOPT_HTTPPOST, formpost); in test()
208 curl_formfree(formpost); in test()
Dlib651.c33 struct curl_httppost *formpost = NULL; in test() local
51 formrc = curl_formadd(&formpost, &lastptr, in test()
63 curl_formfree(formpost); in test()
72 test_setopt(curl, CURLOPT_HTTPPOST, formpost); in test()
89 curl_formfree(formpost); in test()
Dlib670.c101 struct curl_httppost *formpost = NULL; in test()
159 formrc = curl_formadd(&formpost, &lastptr, in test()
173 test_setopt(pooh.easy, CURLOPT_HTTPPOST, formpost); in test()
254 curl_formfree(formpost); in test()
/external/curl/docs/examples/
Dpostit2-formadd.c49 struct curl_httppost *formpost = NULL; in main() local
57 curl_formadd(&formpost, in main()
64 curl_formadd(&formpost, in main()
72 curl_formadd(&formpost, in main()
88 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); in main()
101 curl_formfree(formpost); in main()
Dmulti-formadd.c40 struct curl_httppost *formpost = NULL; in main() local
47 curl_formadd(&formpost, in main()
54 curl_formadd(&formpost, in main()
61 curl_formadd(&formpost, in main()
80 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); in main()
165 curl_formfree(formpost); in main()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc131 struct curl_httppost *formpost = NULL; in SendRequest() local
138 (*curl_formadd)(&formpost, &lastptr, in SendRequest()
145 (*curl_formadd)(&formpost, &lastptr, in SendRequest()
151 (*curl_easy_setopt)(curl, CURLOPT_HTTPPOST, formpost); in SendRequest()
192 if (formpost != NULL) { in SendRequest()
195 (*curl_formfree)(formpost); in SendRequest()
/external/curl/tests/data/
Dtest130821 formpost unit tests
24 Piece of the file that is to uploaded as a formpost
Dtest4119 HTTP formpost with missing file
Dtest15824 HTTP multipart formpost with only a 100 reply
Dtest58728 HTTP multi-part formpost with aborted read callback
Dtest64429 HTTP multi-part formpost with aborted read callback
Dtest129336 Multipart formpost to two URLs, the first failing
Dtest16627 HTTP formpost a file with spaces in name
Dtest30430 HTTPS multipart formpost
Dtest16327 HTTP multipart formpost with contents from a file
Dtest17328 HTTP RFC1867-formpost a file from stdin with "faked" filename
Dtest65035 HTTP formpost using form API
Dtest55450 HTTP multi-part formpost using read callback for the file part
/external/curl/docs/
DFEATURES47 - multipart formpost (RFC1867-style)