Searched refs:customct (Results 1 – 1 of 1) sorted by relevance
1771 char *customct; in Curl_mime_prepare_headers() local1784 customct = part->mimetype; in Curl_mime_prepare_headers()1785 if(!customct) in Curl_mime_prepare_headers()1786 customct = search_header(part->userheaders, STRCONST("Content-Type")); in Curl_mime_prepare_headers()1787 if(customct) in Curl_mime_prepare_headers()1788 contenttype = customct; in Curl_mime_prepare_headers()1814 else if(contenttype && !customct && in Curl_mime_prepare_headers()
Completed in 8 milliseconds