/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() 156 formrc = curl_formadd(&formpost, &lastptr, in once()
|
D | lib650.c | 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() 160 formrc = curl_formadd(&formpost, in test() 171 formrc = curl_formadd(&formpost, in test()
|
D | lib651.c | 51 formrc = curl_formadd(&formpost, &lastptr, in test()
|
D | lib670.c | 159 formrc = curl_formadd(&formpost, &lastptr, in test()
|
/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-formadd.c | 57 curl_formadd(&formpost, in main() 64 curl_formadd(&formpost, in main() 72 curl_formadd(&formpost, in main()
|
D | multi-formadd.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 | 134 CURLFORMcode (*curl_formadd)(struct curl_httppost **, struct curl_httppost **, ...); in SendRequest() local 135 *(void**) (&curl_formadd) = dlsym(curl_lib, "curl_formadd"); in SendRequest() 138 (*curl_formadd)(&formpost, &lastptr, in SendRequest() 145 (*curl_formadd)(&formpost, &lastptr, in SendRequest()
|
/external/curl/tests/data/ |
D | test1308 | 5 curl_formadd
|
D | test651 | 35 curl_formadd with huge COPYCONTENTS
|
D | test1135 | 45 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
|
/external/curl/docs/libcurl/ |
D | Makefile.inc | 44 curl_formadd.3 \
|
/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 | 87 [gnv.usr.share.man.man3]curl_formadd.3
|
/external/curl/lib/ |
D | formdata.c | 693 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function 922 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() function
|
/external/curl/docs/ |
D | HISTORY.md | 116 September: libcurl 7.9 introduces cookie jar and curl_formadd(). During the
|
D | KNOWN_BUGS | 195 option of curl_formadd(). I've noticed that if the connection drops at just
|
D | TODO | 1365 curl_formadd() was made to fill in a public struct, but the fact that the
|
/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 | 1058 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
|
D | README.OS400 | 333 _ The prototype of procedure curl_formadd() allows specifying a pointer option
|
D | curl.inc.in | 2257 d curl_formadd pr extproc('curl_formadd')
|
/external/curl/include/curl/ |
D | curl.h | 2388 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
|