Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dformdata.c76 struct curl_httppost **httppost, in AddHttpPost() argument
109 (*httppost) = post; in AddHttpPost()
203 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()
928 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() argument
932 (void)httppost; in curl_formadd()
Durldata.h1701 struct curl_httppost *httppost; /* linked list of old POST data */ member
Dsetopt.c639 data->set.httppost = va_arg(param, struct curl_httppost *); in Curl_vsetopt()
Dhttp.c2309 result = Curl_getformdata(data, &http->form, data->set.httppost, in Curl_http_body()
/third_party/curl/packages/OS400/
Dccsidcurl.h53 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost **httppost,
Dccsidcurl.c764 curl_formadd_ccsid(struct curl_httppost **httppost, in curl_formadd_ccsid() argument
1025 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
Dcurl.inc.in2501 d httppost * curl_httppost *
2999 d httppost * curl_httppost *
/third_party/curl/tests/libtest/
Dmk-lib1521.pl152 struct curl_httppost *httppost = NULL;
/third_party/curl/tests/data/
Dtest113545 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
/third_party/curl/include/curl/
Dcurl.h2462 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,