Home
last modified time | relevance | path

Searched refs:cthdr (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dhttp.c2153 const char *cthdr = Curl_checkheaders(conn, "Content-Type"); in Curl_http() local
2160 if(cthdr) in Curl_http()
2161 for(cthdr += 13; *cthdr == ' '; cthdr++) in Curl_http()
2164 cthdr = "multipart/form-data"; in Curl_http()
2167 result = Curl_mime_prepare_headers(http->sendit, cthdr, in Curl_http()