Searched refs:mimetype (Results 1 – 7 of 7) sorted by relevance
/curl/docs/libcurl/ |
H A D | curl_mime_type.md | 27 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 D | mime.h | 123 char *mimetype; /* Part mime type. */ member
|
H A D | mime.c | 1178 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 D | ccsidcurl.h | 77 const char *mimetype,
|
H A D | ccsidcurl.c | 1402 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 D | curl.inc.in | 2645 d mimetype * value options(*string) 3324 d mimetype * value options(*string)
|
/curl/include/curl/ |
H A D | curl.h | 2455 CURL_EXTERN CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype);
|
Completed in 34 milliseconds