Searched refs:httppost (Results 1 – 9 of 9) sorted by relevance
/curl/lib/ |
H A D | formdata.c | 79 struct curl_httppost **httppost, in AddHttpPost() argument 117 (*httppost) = post; in AddHttpPost() 209 CURLFORMcode FormAdd(struct curl_httppost **httppost, in FormAdd() argument 641 post, httppost, in FormAdd() 696 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() argument 703 result = FormAdd(httppost, last_post, arg); in curl_formadd() 938 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd() argument 942 (void)httppost; in curl_formadd()
|
H A D | urldata.h | 1639 struct curl_httppost *httppost; /* linked list of old POST data */ member
|
H A D | setopt.c | 1528 data->set.httppost = va_arg(param, struct curl_httppost *); in setopt_pointers()
|
H A D | http.c | 1905 result = Curl_getformdata(data, data->state.formp, data->set.httppost, in set_post_reader()
|
/curl/packages/OS400/ |
H A D | ccsidcurl.h | 55 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost **httppost,
|
H A D | ccsidcurl.c | 743 curl_formadd_ccsid(struct curl_httppost **httppost, in curl_formadd_ccsid() argument 1004 result = curl_formadd(httppost, last_post, in curl_formadd_ccsid()
|
H A D | curl.inc.in | 2696 d httppost * curl_httppost * 3255 d httppost * curl_httppost *
|
/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 340 struct curl_httppost *httppost = NULL;
|
/curl/include/curl/ |
H A D | curl.h | 2599 curl_formadd(struct curl_httppost **httppost,
|
Completed in 61 milliseconds