Home
last modified time | relevance | path

Searched refs:httppost (Results 1 – 9 of 9) sorted by relevance

/third_party/curl/lib/
Dformdata.c77 struct curl_httppost **httppost, in AddHttpPost() argument
115 (*httppost) = post; in AddHttpPost()
207 CURLFORMcode FormAdd(struct curl_httppost **httppost, in FormAdd() argument
638 post, httppost, in FormAdd()
693 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() argument
700 result = FormAdd(httppost, last_post, arg); in curl_formadd()
936 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() argument
940 (void)httppost; in curl_formadd()
Durldata.h1710 struct curl_httppost *httppost; /* linked list of old POST data */ member
Dsetopt.c674 data->set.httppost = va_arg(param, struct curl_httppost *); in Curl_vsetopt()
Dhttp.c2421 result = Curl_getformdata(data, data->state.formp, data->set.httppost, in Curl_http_body()
/third_party/curl/tests/libtest/
Dmk-lib1521.pl161 struct curl_httppost *httppost = NULL;
/third_party/curl/packages/OS400/
Dccsidcurl.h55 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost **httppost,
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()
Dcurl.inc.in2665 d httppost * curl_httppost *
3212 d httppost * curl_httppost *
/third_party/curl/include/curl/
Dcurl.h2585 curl_formadd(struct curl_httppost **httppost,