Searched refs:httppost (Results 1 - 8 of 8) sorted by relevance
/third_party/curl/lib/ |
H A D | formdata.c | 77 struct curl_httppost **httppost, in AddHttpPost() 115 (*httppost) = post; in AddHttpPost() 207 CURLFORMcode FormAdd(struct curl_httppost **httppost, in FormAdd() argument 638 post, httppost, in FormAdd() 651 list which are not already owned by the httppost linked list in FormAdd() 677 now by the httppost linked list */ in FormAdd() 693 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() argument 700 result = FormAdd(httppost, last_post, arg); in curl_formadd() 934 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() argument 938 (void)httppost; in curl_formadd() 69 AddHttpPost(char *name, size_t namelength, char *value, curl_off_t contentslength, char *buffer, size_t bufferlength, char *contenttype, long flags, struct curl_slist *contentHeader, char *showfilename, char *userp, struct curl_httppost *parent_post, struct curl_httppost **httppost, struct curl_httppost **last_post) AddHttpPost() argument [all...] |
H A D | urldata.h | 1722 struct curl_httppost *httppost; /* linked list of old POST data */ member
|
H A D | setopt.c | 674 data->set.httppost = va_arg(param, struct curl_httppost *); in Curl_vsetopt()
|
H A D | http.c | 2359 result = Curl_getformdata(data, data->state.formp, data->set.httppost, in Curl_http_body()
|
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.h | 55 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost **httppost,
|
H A D | ccsidcurl.c | 742 curl_formadd_ccsid(struct curl_httppost **httppost, in curl_formadd_ccsid() argument 1003 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
|
/third_party/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 161 struct curl_httppost *httppost = NULL; 270 print "${pref} httppost);\n$check";
|
/third_party/curl/include/curl/ |
H A D | curl.h | 2581 curl_formadd(struct curl_httppost **httppost,
|
Completed in 29 milliseconds