Home
last modified time | relevance | path

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

/curl/lib/
H A Dmime.c1719 static const struct ContentType ctts[] = { in Curl_mime_contenttype() local
1737 for(i = 0; i < sizeof(ctts) / sizeof(ctts[0]); i++) { in Curl_mime_contenttype()
1738 size_t len2 = strlen(ctts[i].extension); in Curl_mime_contenttype()
1740 if(len1 >= len2 && strcasecompare(nameend - len2, ctts[i].extension)) in Curl_mime_contenttype()
1741 return ctts[i].type; in Curl_mime_contenttype()

Completed in 9 milliseconds