Home
last modified time | relevance | path

Searched refs:httppost (Results 1 - 8 of 8) sorted by relevance

/third_party/curl/lib/
H A Dformdata.c77 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 Durldata.h1722 struct curl_httppost *httppost; /* linked list of old POST data */ member
H A Dsetopt.c674 data->set.httppost = va_arg(param, struct curl_httppost *); in Curl_vsetopt()
H A Dhttp.c2359 result = Curl_getformdata(data, data->state.formp, data->set.httppost, in Curl_http_body()
/third_party/curl/packages/OS400/
H A Dccsidcurl.h55 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost **httppost,
H A Dccsidcurl.c742 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 Dmk-lib1521.pl161 struct curl_httppost *httppost = NULL;
270 print "${pref} httppost);\n$check";
/third_party/curl/include/curl/
H A Dcurl.h2581 curl_formadd(struct curl_httppost **httppost,

Completed in 23 milliseconds