Lines Matching refs:curl_httppost
70 static struct curl_httppost *
78 struct curl_httppost *parent_post, in AddHttpPost()
79 struct curl_httppost **httppost, in AddHttpPost()
80 struct curl_httppost **last_post) in AddHttpPost()
82 struct curl_httppost *post; in AddHttpPost()
83 post = calloc(1, sizeof(struct curl_httppost)); in AddHttpPost()
260 CURLFORMcode FormAdd(struct curl_httppost **httppost, in FormAdd()
261 struct curl_httppost **last_post, in FormAdd()
267 struct curl_httppost *post = NULL; in FormAdd()
743 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd()
744 struct curl_httppost **last_post, in curl_formadd()
762 int curl_formget(struct curl_httppost *form, void *arg, in curl_formget()
800 void curl_formfree(struct curl_httppost *form) in curl_formfree()
802 struct curl_httppost *next; in curl_formfree()
858 struct curl_httppost *post, in Curl_getformdata()
865 struct curl_httppost *file; in Curl_getformdata()
975 CURLFORMcode curl_formadd(struct curl_httppost **httppost, in curl_formadd()
976 struct curl_httppost **last_post, in curl_formadd()
984 int curl_formget(struct curl_httppost *form, void *arg, in curl_formget()
993 void curl_formfree(struct curl_httppost *form) in curl_formfree()