Lines Matching refs:sendit
2137 http->sendit = &data->set.mimepost; in Curl_http()
2146 http->sendit = &http->form; in Curl_http()
2149 http->sendit = NULL; in Curl_http()
2152 if(http->sendit) { in Curl_http()
2156 http->sendit->flags |= MIME_BODY_ONLY; in Curl_http()
2163 else if(http->sendit->kind == MIMEKIND_MULTIPART) in Curl_http()
2166 curl_mime_headers(http->sendit, data->set.headers, 0); in Curl_http()
2167 result = Curl_mime_prepare_headers(http->sendit, cthdr, in Curl_http()
2169 curl_mime_headers(http->sendit, NULL, 0); in Curl_http()
2171 result = Curl_mime_rewind(http->sendit); in Curl_http()
2174 http->postsize = Curl_mime_size(http->sendit); in Curl_http()
2748 for(hdr = http->sendit->curlheaders; hdr; hdr = hdr->next) { in Curl_http()
2782 data->state.in = (void *) http->sendit; in Curl_http()