Lines Matching refs:sendit
2304 http->sendit = &data->set.mimepost; in Curl_http_body()
2313 http->sendit = &http->form; in Curl_http_body()
2316 http->sendit = NULL; in Curl_http_body()
2320 if(http->sendit) { in Curl_http_body()
2324 http->sendit->flags |= MIME_BODY_ONLY; in Curl_http_body()
2331 else if(http->sendit->kind == MIMEKIND_MULTIPART) in Curl_http_body()
2334 curl_mime_headers(http->sendit, data->set.headers, 0); in Curl_http_body()
2335 result = Curl_mime_prepare_headers(http->sendit, cthdr, in Curl_http_body()
2337 curl_mime_headers(http->sendit, NULL, 0); in Curl_http_body()
2339 result = Curl_mime_rewind(http->sendit); in Curl_http_body()
2342 http->postsize = Curl_mime_size(http->sendit); in Curl_http_body()
2482 for(hdr = http->sendit->curlheaders; hdr; hdr = hdr->next) { in Curl_http_bodysend()
2517 data->state.in = (void *) http->sendit; in Curl_http_bodysend()