Home
last modified time | relevance | path

Searched refs:curl_formadd (Results 1 – 25 of 28) sorted by relevance

12

/external/curl/tests/unit/
Dunit1308.c50 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/tests/libtest/
Dlib554.c87 formrc = curl_formadd(&formpost, in test()
105 formrc = curl_formadd(&formpost, in test()
116 formrc = curl_formadd(&formpost, in test()
133 formrc = curl_formadd(&formpost, in test()
148 formrc = curl_formadd(&formpost, &lastptr, in test()
/external/curl/docs/examples/
Dpostit2.c54 curl_formadd(&formpost, in main()
61 curl_formadd(&formpost, in main()
69 curl_formadd(&formpost, in main()
Dmulti-post.c44 curl_formadd(&formpost, in main()
51 curl_formadd(&formpost, in main()
58 curl_formadd(&formpost, in main()
/external/google-breakpad/src/common/linux/
Dhttp_upload.cc129 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/
Dtool_formparse.c292 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/
DMakefile.am29 curl_formadd.3 curl_formfree.3 curl_getdate.3 curl_getenv.3 \
47 curl_easy_duphandle.html curl_formadd.html curl_formfree.html \
67 curl_easy_duphandle.pdf curl_formadd.pdf curl_formfree.pdf \
/external/curl/tests/data/
Dtest13085 curl_formadd
Dtest1404107 curl_formadd(&post1, &postend,
111 curl_formadd(&post1, &postend,
Dtest113533 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
/external/curl/packages/EPM/
Dcurl.list.in34 f 0644 cowo pppusers ${mandir}/man3/curl_formadd.3 ./docs/curl_formadd.3
/external/curl/lib/
Dlibcurl.def34 curl_formadd @ 26 ;
Dformdata.c727 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
1526 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
/external/curl/packages/Symbian/bwins/
Dlibcurlu.def14 curl_formadd @ 13 NONAME
/external/curl/packages/Symbian/eabi/
Dlibcurlu.def14 curl_formadd @ 13 NONAME
/external/libmicrohttpd/src/testzzuf/
Dtest_post_form.c158 curl_formadd (&post, &last, CURLFORM_COPYNAME, "name", in make_form()
160 curl_formadd (&post, &last, CURLFORM_COPYNAME, "project", in make_form()
/external/curl/docs/
DROADMAP.md57 curl_formadd()
60 make sure there's an easy handle passed in to `curl_formadd()`,
DHISTORY118 September, libcurl 7.9 introduces cookie jar and curl_formadd(). During the
DTODO781 curl_formadd() was made to fill in a public struct, but the fact that the
790 curl_formadd() and curl_formget() both currently have no CURL handle
/external/libmicrohttpd/src/testcurl/
Dtest_postform.c165 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/
Dgnv_libcurl_symbols.opt64 SYMBOL_VECTOR=(curl_formadd=PROCEDURE)
65 SYMBOL_VECTOR=(CURL_FORMADD/curl_formadd=PROCEDURE)
Dpcsi_gnv_curl_file_list.txt88 [gnv.usr.share.man.man3]curl_formadd.3
/external/curl/packages/OS400/
Dccsidcurl.c1031 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
DREADME.OS400290 _ The prototype of procedure curl_formadd() allows specifying a pointer option
/external/google-breakpad/src/third_party/curl/
Dcurl.h1473 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,

12