Searched refs:httppost (Results 1 – 9 of 9) sorted by relevance
/third_party/curl/lib/ |
D | formdata.c | 77 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()
|
D | urldata.h | 1710 struct curl_httppost *httppost; /* linked list of old POST data */ member
|
D | setopt.c | 674 data->set.httppost = va_arg(param, struct curl_httppost *); in Curl_vsetopt()
|
D | http.c | 2421 result = Curl_getformdata(data, data->state.formp, data->set.httppost, in Curl_http_body()
|
/third_party/curl/tests/libtest/ |
D | mk-lib1521.pl | 161 struct curl_httppost *httppost = NULL;
|
/third_party/curl/packages/OS400/ |
D | ccsidcurl.h | 55 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost **httppost,
|
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()
|
D | curl.inc.in | 2665 d httppost * curl_httppost * 3212 d httppost * curl_httppost *
|
/third_party/curl/include/curl/ |
D | curl.h | 2585 curl_formadd(struct curl_httppost **httppost,
|