/external/google-breakpad/src/common/linux/ |
D | libcurl_wrapper.h | 74 struct curl_httppost *formpost_; 75 struct curl_httppost *lastptr_; 80 CURLFORMcode (*formadd_)(struct curl_httppost **, 81 struct curl_httppost **, ...); 88 void (*formfree_)(struct curl_httppost *);
|
D | http_upload.cc | 126 struct curl_httppost *formpost = NULL; in SendRequest() 127 struct curl_httppost *lastptr = NULL; in SendRequest() 129 CURLFORMcode (*curl_formadd)(struct curl_httppost **, struct curl_httppost **, ...); in SendRequest() 186 void (*curl_formfree)(struct curl_httppost *); in SendRequest()
|
D | libcurl_wrapper.cc | 214 CURLFORMcode(*)(curl_httppost**, curl_httppost**, ...)); in SetFunctionPointers() 237 void(*)(curl_httppost*)); in SetFunctionPointers()
|
/external/curl/lib/ |
D | formdata.c | 77 static struct curl_httppost * 85 struct curl_httppost *parent_post, in AddHttpPost() 86 struct curl_httppost **httppost, in AddHttpPost() 87 struct curl_httppost **last_post) in AddHttpPost() 89 struct curl_httppost *post; in AddHttpPost() 90 post = calloc(1, sizeof(struct curl_httppost)); in AddHttpPost() 267 CURLFORMcode FormAdd(struct curl_httppost **httppost, in FormAdd() 268 struct curl_httppost **last_post, in FormAdd() 274 struct curl_httppost *post = NULL; in FormAdd() 740 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() [all …]
|
D | formdata.h | 75 struct curl_httppost *post,
|
/external/curl/packages/OS400/ |
D | ccsidcurl.h | 55 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost * * httppost, 56 struct curl_httppost * * last_post, 59 CURL_EXTERN int curl_formget_ccsid(struct curl_httppost * form, void * arg,
|
D | ccsidcurl.c | 779 curl_formadd_ccsid(struct curl_httppost * * httppost, in curl_formadd_ccsid() 780 struct curl_httppost * * last_post, ...) in curl_formadd_ccsid() 1092 curl_formget_ccsid(struct curl_httppost * form, void * arg, in curl_formget_ccsid()
|
D | curl.inc.in | 1695 d next * curl_httppost * 1707 d more * curl_httppost * 1898 d httppost * curl_httppost * 1899 d lastpost * curl_httppost * 1917 d form * value curl_httppost * 1922 d form * value curl_httppost * 2334 d httppost * curl_httppost * 2335 d lastpost * curl_httppost * 2344 d form * value curl_httppost * 2351 d value 10i 0 value curl_httppost *
|
/external/curl/src/ |
D | tool_formparse.h | 28 struct curl_httppost **httppost, 29 struct curl_httppost **last_post,
|
D | tool_cfgable.h | 150 struct curl_httppost *httppost; 151 struct curl_httppost *last_post;
|
D | tool_formparse.c | 145 struct curl_httppost **httppost, in formparse() 146 struct curl_httppost **last_post, in formparse()
|
D | tool_setopt.h | 87 struct curl_httppost *httppost);
|
D | tool_setopt.c | 363 struct curl_httppost *post) in tool_setopt_httppost() 374 struct curl_httppost *pp, *p; in tool_setopt_httppost()
|
/external/libmicrohttpd/src/testcurl/ |
D | test_postform.c | 159 static struct curl_httppost * 162 struct curl_httppost *post = NULL; in make_form() 163 struct curl_httppost *last = NULL; in make_form() 181 struct curl_httppost *pd; in testInternalPost() 237 struct curl_httppost *pd; in testMultithreadedPost() 293 struct curl_httppost *pd; in testMultithreadedPoolPost() 359 struct curl_httppost *pd; in testExternalPost()
|
/external/libmicrohttpd/src/testzzuf/ |
D | test_post_form.c | 152 static struct curl_httppost * 155 struct curl_httppost *post = NULL; in make_form() 156 struct curl_httppost *last = NULL; in make_form() 174 struct curl_httppost *pd; in testInternalPost() 225 struct curl_httppost *pd; in testMultithreadedPost() 284 struct curl_httppost *pd; in testExternalPost()
|
/external/curl/docs/examples/ |
D | postit2.c | 50 struct curl_httppost *formpost=NULL; in main() 51 struct curl_httppost *lastptr=NULL; in main()
|
D | multi-post.c | 40 struct curl_httppost *formpost=NULL; in main() 41 struct curl_httppost *lastptr=NULL; in main()
|
/external/curl/tests/unit/ |
D | unit1308.c | 45 struct curl_httppost* post = NULL; 46 struct curl_httppost* last = NULL;
|
/external/curl/tests/data/ |
D | test1135 | 33 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost, 34 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg, 35 CURL_EXTERN void curl_formfree(struct curl_httppost *form);
|
D | test1404 | 103 struct curl_httppost *post1; 104 struct curl_httppost *postend;
|
/external/curl/tests/libtest/ |
D | lib554.c | 73 struct curl_httppost *formpost=NULL; in once() 74 struct curl_httppost *lastptr=NULL; in once()
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 138 struct curl_httppost { struct 139 struct curl_httppost *next; /* next entry in the list */ argument 148 struct curl_httppost *more; /* if one field name has more than one argument 1473 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost, 1474 struct curl_httppost **last_post, 1497 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg, 1506 CURL_EXTERN void curl_formfree(struct curl_httppost *form);
|
D | typecheck-gcc.h | 79 !_curl_is_arr((value), struct curl_httppost)) \
|
/external/curl/include/curl/ |
D | curl.h | 132 struct curl_httppost { struct 133 struct curl_httppost *next; /* next entry in the list */ argument 143 struct curl_httppost *more; /* if one field name has more than one argument 1927 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost, 1928 struct curl_httppost **last_post, 1952 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg, 1961 CURL_EXTERN void curl_formfree(struct curl_httppost *form);
|
D | typecheck-gcc.h | 97 if(!_curl_is_arr((value), struct curl_httppost)) \
|