Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib554.c83 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()
Dlib650.c87 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()
160 formrc = curl_formadd(&formpost, in test()
171 formrc = curl_formadd(&formpost, in test()
Dlib651.c51 formrc = curl_formadd(&formpost, &lastptr, in test()
/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/docs/examples/
Dpostit2-formadd.c58 curl_formadd(&formpost, in main()
65 curl_formadd(&formpost, in main()
73 curl_formadd(&formpost, in main()
Dmulti-formadd.c47 curl_formadd(&formpost, in main()
54 curl_formadd(&formpost, in main()
61 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/tests/data/
Dtest13085 curl_formadd
Dtest65135 curl_formadd with huge COPYCONTENTS
Dtest113545 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
/external/curl/docs/libcurl/
DMakefile.inc19 curl_formadd.3 \
/external/curl/packages/Symbian/bwins/
Dlibcurlu.def14 curl_formadd @ 13 NONAME
/external/curl/packages/Symbian/eabi/
Dlibcurlu.def14 curl_formadd @ 13 NONAME
/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.txt87 [gnv.usr.share.man.man3]curl_formadd.3
/external/curl/lib/
Dformdata.c693 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
925 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
/external/google-breakpad/src/third_party/curl/
Dcurl.h1473 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
/external/curl/docs/
DHISTORY.md113 September: libcurl 7.9 introduces cookie jar and curl_formadd(). During the
DKNOWN_BUGS219 option of curl_formadd(). I've noticed that if the connection drops at just
DTODO1336 curl_formadd() was made to fill in a public struct, but the fact that the
/external/curl/packages/OS400/
Dccsidcurl.c1049 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
DREADME.OS400332 _ The prototype of procedure curl_formadd() allows specifying a pointer option
Dcurl.inc.in2229 d curl_formadd pr extproc('curl_formadd')
/external/curl/include/curl/
Dcurl.h2291 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
/external/curl/
DCHANGES2753 - documentation: curl_formadd field and file names are now escaped