/external/curl/tests/libtest/ |
D | lib554.c | 73 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()
|
D | lib650.c | 60 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()
|
D | lib651.c | 33 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()
|
/external/curl/docs/examples/ |
D | postit2-formadd.c | 50 struct curl_httppost *formpost = NULL; in main() local 58 curl_formadd(&formpost, in main() 65 curl_formadd(&formpost, in main() 73 curl_formadd(&formpost, in main() 89 curl_easy_setopt(curl, CURLOPT_HTTPPOST, formpost); in main() 102 curl_formfree(formpost); in main()
|
D | multi-formadd.c | 40 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/ |
D | http_upload.cc | 126 struct curl_httppost *formpost = NULL; in SendRequest() local 133 (*curl_formadd)(&formpost, &lastptr, in SendRequest() 139 (*curl_formadd)(&formpost, &lastptr, in SendRequest() 144 (*curl_easy_setopt)(curl, CURLOPT_HTTPPOST, formpost); in SendRequest() 185 if (formpost != NULL) { in SendRequest() 188 (*curl_formfree)(formpost); in SendRequest()
|
/external/curl/tests/data/ |
D | test1308 | 21 formpost unit tests 27 Piece of the file that is to uploaded as a formpost
|
D | test41 | 19 HTTP formpost with missing file
|
D | test587 | 28 HTTP multi-part formpost with aborted read callback
|
D | test644 | 29 HTTP multi-part formpost with aborted read callback
|
D | test158 | 24 HTTP multipart formpost with only a 100 reply
|
D | test166 | 27 HTTP formpost a file with spaces in name
|
D | test304 | 30 HTTPS multipart formpost
|
D | test163 | 27 HTTP multipart formpost with contents from a file
|
D | test173 | 28 HTTP RFC1867-formpost a file from stdin with "faked" filename
|
D | test650 | 35 HTTP formpost using form API
|
D | test554 | 50 HTTP multi-part formpost using read callback for the file part
|
/external/curl/docs/ |
D | FEATURES | 47 - multipart formpost (RFC1867-style)
|