Searched refs:customct (Results 1 – 1 of 1) sorted by relevance
1805 char *customct; in Curl_mime_prepare_headers() local1818 customct = part->mimetype; in Curl_mime_prepare_headers()1819 if(!customct) in Curl_mime_prepare_headers()1820 customct = search_header(part->userheaders, "Content-Type"); in Curl_mime_prepare_headers()1821 if(customct) in Curl_mime_prepare_headers()1822 contenttype = customct; in Curl_mime_prepare_headers()1848 else if(contenttype && !customct && in Curl_mime_prepare_headers()