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.c1500 Curl_formclean(&http->sendit); /* Now free that whole lot */ in Curl_http_done()
2115 result = Curl_getformdata(data, &http->sendit, data->set.httppost, in Curl_http()
2416 if(!http->sendit || conn->bits.authneg) { in Curl_http()
2433 if(Curl_FormInit(&http->form, http->sendit)) { in Curl_http()
2503 Curl_formclean(&http->sendit); /* free that whole lot */ in Curl_http()
2508 result = Curl_convert_form(data, http->sendit); in Curl_http()
2510 Curl_formclean(&http->sendit); /* free that whole lot */ in Curl_http()