Home
last modified time | relevance | path

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

/curl/docs/libcurl/
H A Dcurl_mime_type.md27 CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype);
36 *mimetype* points to the null-terminated file mime type string; it may be
/curl/lib/
H A Dmime.h123 char *mimetype; /* Part mime type. */ member
H A Dmime.c1178 Curl_safefree(part->mimetype); in Curl_mime_cleanpart()
1265 res = curl_mime_type(dst, src->mimetype); in Curl_mime_duppart()
1453 CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype) in curl_mime_type() argument
1458 Curl_safefree(part->mimetype); in curl_mime_type()
1460 if(mimetype) { in curl_mime_type()
1461 part->mimetype = strdup(mimetype); in curl_mime_type()
1462 if(!part->mimetype) in curl_mime_type()
1784 customct = part->mimetype; in Curl_mime_prepare_headers()
2211 CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype) in curl_mime_type() argument
2214 (void) mimetype; in curl_mime_type()
/curl/packages/OS400/
H A Dccsidcurl.h77 const char *mimetype,
H A Dccsidcurl.c1402 const char *mimetype, unsigned int ccsid) in curl_mime_type_ccsid() argument
1404 return mime_string_call(part, mimetype, ccsid, curl_mime_type); in curl_mime_type_ccsid()
H A Dcurl.inc.in2645 d mimetype * value options(*string)
3324 d mimetype * value options(*string)
/curl/include/curl/
H A Dcurl.h2455 CURL_EXTERN CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype);

Completed in 34 milliseconds