Searched refs:httppost (Results 1 – 10 of 10) sorted by relevance
/third_party/curl/lib/ |
D | formdata.c | 76 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()
|
D | urldata.h | 1701 struct curl_httppost *httppost; /* linked list of old POST data */ member
|
D | setopt.c | 639 data->set.httppost = va_arg(param, struct curl_httppost *); in Curl_vsetopt()
|
D | http.c | 2309 result = Curl_getformdata(data, &http->form, data->set.httppost, in Curl_http_body()
|
/third_party/curl/packages/OS400/ |
D | ccsidcurl.h | 53 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost **httppost,
|
D | ccsidcurl.c | 764 curl_formadd_ccsid(struct curl_httppost **httppost, in curl_formadd_ccsid() argument 1025 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
|
D | curl.inc.in | 2501 d httppost * curl_httppost * 2999 d httppost * curl_httppost *
|
/third_party/curl/tests/libtest/ |
D | mk-lib1521.pl | 152 struct curl_httppost *httppost = NULL;
|
/third_party/curl/tests/data/ |
D | test1135 | 45 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
|
/third_party/curl/include/curl/ |
D | curl.h | 2462 CURL_EXTERN CURLFORMcode curl_formadd(struct curl_httppost **httppost,
|