Searched refs:customct (Results 1 – 1 of 1) sorted by relevance
1675 char *customct; in Curl_mime_prepare_headers() local1688 customct = part->mimetype; in Curl_mime_prepare_headers()1689 if(!customct) in Curl_mime_prepare_headers()1690 customct = search_header(part->userheaders, "Content-Type"); in Curl_mime_prepare_headers()1691 if(customct) in Curl_mime_prepare_headers()1692 contenttype = customct; in Curl_mime_prepare_headers()1718 else if(contenttype && !customct && in Curl_mime_prepare_headers()