Lines Matching refs:sendit
2124 http->sendit = &data->set.mimepost; in Curl_http()
2133 http->sendit = &http->form; in Curl_http()
2136 http->sendit = NULL; in Curl_http()
2140 if(http->sendit) { in Curl_http()
2144 http->sendit->flags |= MIME_BODY_ONLY; in Curl_http()
2151 else if(http->sendit->kind == MIMEKIND_MULTIPART) in Curl_http()
2154 curl_mime_headers(http->sendit, data->set.headers, 0); in Curl_http()
2155 result = Curl_mime_prepare_headers(http->sendit, cthdr, in Curl_http()
2157 curl_mime_headers(http->sendit, NULL, 0); in Curl_http()
2159 result = Curl_mime_rewind(http->sendit); in Curl_http()
2162 http->postsize = Curl_mime_size(http->sendit); in Curl_http()
2750 for(hdr = http->sendit->curlheaders; hdr; hdr = hdr->next) { in Curl_http()
2785 data->state.in = (void *) http->sendit; in Curl_http()