Home
last modified time | relevance | path

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

12

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.h74 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 *);
Dhttp_upload.cc126 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()
Dlibcurl_wrapper.cc214 CURLFORMcode(*)(curl_httppost**, curl_httppost**, ...)); in SetFunctionPointers()
237 void(*)(curl_httppost*)); in SetFunctionPointers()
/external/curl/lib/
Dformdata.c70 static struct curl_httppost *
78 struct curl_httppost *parent_post, in AddHttpPost()
79 struct curl_httppost **httppost, in AddHttpPost()
80 struct curl_httppost **last_post) in AddHttpPost()
82 struct curl_httppost *post; in AddHttpPost()
83 post = calloc(1, sizeof(struct curl_httppost)); in AddHttpPost()
260 CURLFORMcode FormAdd(struct curl_httppost **httppost, in FormAdd()
261 struct curl_httppost **last_post, in FormAdd()
267 struct curl_httppost *post = NULL; in FormAdd()
727 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd()
[all …]
Dformdata.h75 struct curl_httppost *post,
/external/curl/packages/OS400/
Dccsidcurl.h55 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,
Dcurl.inc.in1627 d next * curl_httppost *
1639 d more * curl_httppost *
1823 d httppost * curl_httppost *
1824 d lastpost * curl_httppost *
1842 d form * value curl_httppost *
1847 d form * value curl_httppost *
2249 d httppost * curl_httppost *
2250 d lastpost * curl_httppost *
2259 d form * value curl_httppost *
2266 d value 10i 0 value curl_httppost *
Dccsidcurl.c777 curl_formadd_ccsid(struct curl_httppost * * httppost, in curl_formadd_ccsid()
778 struct curl_httppost * * last_post, ...) in curl_formadd_ccsid()
1082 curl_formget_ccsid(struct curl_httppost * form, void * arg, in curl_formget_ccsid()
/external/curl/src/
Dtool_formparse.h28 struct curl_httppost **httppost,
29 struct curl_httppost **last_post,
Dtool_cfgable.h149 struct curl_httppost *httppost;
150 struct curl_httppost *last_post;
Dtool_formparse.c145 struct curl_httppost **httppost, in formparse()
146 struct curl_httppost **last_post, in formparse()
Dtool_setopt.h85 struct curl_httppost *httppost);
Dtool_setopt.c355 struct curl_httppost *post) in tool_setopt_httppost()
366 struct curl_httppost *pp, *p; in tool_setopt_httppost()
/external/libmicrohttpd/src/testcurl/
Dtest_postform.c159 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/
Dtest_post_form.c152 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/
Dpostit2.c46 struct curl_httppost *formpost=NULL; in main()
47 struct curl_httppost *lastptr=NULL; in main()
Dmulti-post.c37 struct curl_httppost *formpost=NULL; in main()
38 struct curl_httppost *lastptr=NULL; in main()
/external/curl/tests/unit/
Dunit1308.c45 struct curl_httppost* post = NULL;
46 struct curl_httppost* last = NULL;
/external/curl/tests/libtest/
Dlib554.c73 struct curl_httppost *formpost=NULL; in test()
74 struct curl_httppost *lastptr=NULL; in test()
/external/curl/tests/data/
Dtest113533 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);
Dtest1404102 struct curl_httppost *post1;
103 struct curl_httppost *postend;
/external/google-breakpad/src/third_party/curl/
Dcurl.h138 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);
Dtypecheck-gcc.h79 !_curl_is_arr((value), struct curl_httppost)) \
/external/curl/include/curl/
Dcurl.h125 struct curl_httppost { struct
126 struct curl_httppost *next; /* next entry in the list */ argument
135 struct curl_httppost *more; /* if one field name has more than one argument
1869 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
1870 struct curl_httppost **last_post,
1894 CURL_EXTERN int curl_formget(struct curl_httppost *form, void *arg,
1903 CURL_EXTERN void curl_formfree(struct curl_httppost *form);
Dtypecheck-gcc.h97 if(!_curl_is_arr((value), struct curl_httppost)) \

12