Home
last modified time | relevance | path

Searched refs:sendit (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dhttp.h128 struct FormData *sendit; member
Dhttp.c1461 Curl_formclean(&http->sendit); /* Now free that whole lot */ in Curl_http_done()
2095 result = Curl_getformdata(data, &http->sendit, data->set.httppost, in Curl_http()
2394 if(!http->sendit || conn->bits.authneg) { in Curl_http()
2411 if(Curl_FormInit(&http->form, http->sendit)) { in Curl_http()
2481 Curl_formclean(&http->sendit); /* free that whole lot */ in Curl_http()
2486 result = Curl_convert_form(data, http->sendit); in Curl_http()
2488 Curl_formclean(&http->sendit); /* free that whole lot */ in Curl_http()