Lines Matching refs:curl_httppost
77 static struct curl_httppost *
85 struct curl_httppost *parent_post, in AddHttpPost()
86 struct curl_httppost **httppost, in AddHttpPost()
87 struct curl_httppost **last_post) in AddHttpPost()
89 struct curl_httppost *post; in AddHttpPost()
90 post = calloc(1, sizeof(struct curl_httppost)); in AddHttpPost()
267 CURLFORMcode FormAdd(struct curl_httppost **httppost, in FormAdd()
268 struct curl_httppost **last_post, in FormAdd()
274 struct curl_httppost *post = NULL; in FormAdd()
740 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd()
741 struct curl_httppost **last_post, in curl_formadd()
948 int curl_formget(struct curl_httppost *form, void *arg, in curl_formget()
994 void curl_formfree(struct curl_httppost *form) in curl_formfree()
996 struct curl_httppost *next; in curl_formfree()
1083 static CURLcode formdata_add_filename(const struct curl_httppost *file, in formdata_add_filename()
1141 struct curl_httppost *post, in Curl_getformdata()
1147 struct curl_httppost *file; in Curl_getformdata()
1561 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd()
1562 struct curl_httppost **last_post, in curl_formadd()
1570 int curl_formget(struct curl_httppost *form, void *arg, in curl_formget()
1579 void curl_formfree(struct curl_httppost *form) in curl_formfree()