/external/curl/tests/libtest/ |
D | lib554.c | 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() 155 formrc = curl_formadd(&formpost, &lastptr, in once()
|
/external/curl/tests/unit/ |
D | unit1308.c | 50 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name", 59 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "htmlcode", 65 rc = curl_formadd(&post, &last, CURLFORM_COPYNAME, "name_for_ptrcontent", 81 rc = curl_formadd(&post, &last,
|
/external/curl/docs/examples/ |
D | postit2.c | 58 curl_formadd(&formpost, in main() 65 curl_formadd(&formpost, in main() 73 curl_formadd(&formpost, in main()
|
D | multi-post.c | 47 curl_formadd(&formpost, in main() 54 curl_formadd(&formpost, in main() 61 curl_formadd(&formpost, in main()
|
/external/google-breakpad/src/common/linux/ |
D | http_upload.cc | 129 CURLFORMcode (*curl_formadd)(struct curl_httppost **, struct curl_httppost **, ...); in SendRequest() local 130 *(void**) (&curl_formadd) = dlsym(curl_lib, "curl_formadd"); in SendRequest() 133 (*curl_formadd)(&formpost, &lastptr, in SendRequest() 139 (*curl_formadd)(&formpost, &lastptr, in SendRequest()
|
/external/curl/src/ |
D | tool_formparse.c | 292 if(curl_formadd(httppost, last_post, in formparse() 325 if(curl_formadd(httppost, last_post, in formparse() 345 if(curl_formadd(httppost, last_post, in formparse()
|
/external/curl/docs/libcurl/ |
D | Makefile.am | 29 curl_formadd.3 curl_formfree.3 curl_getdate.3 curl_getenv.3 \ 48 curl_easy_duphandle.html curl_formadd.html curl_formfree.html \ 69 curl_easy_duphandle.pdf curl_formadd.pdf curl_formfree.pdf \
|
/external/curl/tests/data/ |
D | test1308 | 5 curl_formadd
|
D | test1404 | 108 curl_formadd(&post1, &postend, 112 curl_formadd(&post1, &postend,
|
D | test1135 | 33 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
|
/external/curl/packages/EPM/ |
D | curl.list.in | 34 f 0644 cowo pppusers ${mandir}/man3/curl_formadd.3 ./docs/curl_formadd.3
|
/external/curl/lib/ |
D | libcurl.def | 34 curl_formadd @ 26 ;
|
D | formdata.c | 740 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function 1561 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
|
/external/curl/packages/Symbian/bwins/ |
D | libcurlu.def | 14 curl_formadd @ 13 NONAME
|
/external/curl/packages/Symbian/eabi/ |
D | libcurlu.def | 14 curl_formadd @ 13 NONAME
|
/external/libmicrohttpd/src/testzzuf/ |
D | test_post_form.c | 158 curl_formadd (&post, &last, CURLFORM_COPYNAME, "name", in make_form() 160 curl_formadd (&post, &last, CURLFORM_COPYNAME, "project", in make_form()
|
/external/curl/docs/ |
D | ROADMAP.md | 62 curl_formadd() 65 make sure there's an easy handle passed in to `curl_formadd()`,
|
D | HISTORY | 120 September, libcurl 7.9 introduces cookie jar and curl_formadd(). During the
|
D | TODO | 257 curl_formadd() and curl_formget() both currently have no CURL handle 263 The curl_formadd() design can probably also be reconsidered to make it easier 1001 curl_formadd() was made to fill in a public struct, but the fact that the
|
/external/libmicrohttpd/src/testcurl/ |
D | test_postform.c | 165 curl_formadd (&post, &last, CURLFORM_COPYNAME, "name", in make_form() 167 curl_formadd (&post, &last, CURLFORM_COPYNAME, "project", in make_form()
|
/external/curl/packages/vms/ |
D | gnv_libcurl_symbols.opt | 64 SYMBOL_VECTOR=(curl_formadd=PROCEDURE) 65 SYMBOL_VECTOR=(CURL_FORMADD/curl_formadd=PROCEDURE)
|
D | pcsi_gnv_curl_file_list.txt | 88 [gnv.usr.share.man.man3]curl_formadd.3
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 1473 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
|
/external/curl/packages/OS400/ |
D | ccsidcurl.c | 1041 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
|
D | README.OS400 | 308 _ The prototype of procedure curl_formadd() allows specifying a pointer option
|