Searched refs:curl_mime_type (Results 1 – 19 of 19) sorted by relevance
/curl/docs/libcurl/ |
H A D | curl_mime_type.md | 4 Title: curl_mime_type 20 curl_mime_type - set a mime part's content type 27 CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype); 32 curl_mime_type(3) sets a mime part's content type. 79 curl_mime_type(part, "image/png");
|
H A D | curl_mime_subparts.md | 68 curl_mime_type(part, "text/html"); 77 curl_mime_type(part, "multipart/alternative");
|
H A D | Makefile.inc | 70 curl_mime_type.3 \
|
H A D | curl_mime_addpart.md | 17 - curl_mime_type (3)
|
H A D | curl_mime_name.md | 10 - curl_mime_type (3)
|
H A D | curl_mime_data.md | 11 - curl_mime_type (3)
|
H A D | libcurl-tutorial.md | 526 filename. With curl_mime_type(3), you can tell the MIME type of a part, 723 curl_mime_type(part, "application/zip"); 1284 curl_mime_type(part, "text/html"); 1294 curl_mime_type(part, "multipart/alternative");
|
/curl/docs/examples/ |
H A D | smtp-mime.c | 123 curl_mime_type(part, "text/html"); in main() 132 curl_mime_type(part, "multipart/alternative"); in main()
|
/curl/lib/ |
H A D | libcurl.def | 46 curl_mime_type
|
H A D | mime.c | 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() function 2211 CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype) in curl_mime_type() function
|
H A D | formdata.c | 871 result = curl_mime_type(part, file->contenttype); in Curl_getformdata()
|
/curl/tests/libtest/ |
H A D | lib652.c | 75 res = curl_mime_type(part, "image/jpeg"); in test()
|
H A D | lib654.c | 106 curl_mime_type(part, "application/X-Greeting"); in test()
|
/curl/tests/data/ |
H A D | test1135 | 38 curl_mime_type
|
H A D | test1404 | 141 curl_mime_type(part2, "magic/content");
|
/curl/src/ |
H A D | tool_formparse.c | 295 ret = curl_mime_type(part, m->type); in tool2curlparts()
|
/curl/packages/OS400/ |
H A D | ccsidcurl.c | 1404 return mime_string_call(part, mimetype, ccsid, curl_mime_type); in curl_mime_type_ccsid()
|
H A D | curl.inc.in | 2642 d curl_mime_type pr extproc('curl_mime_type')
|
/curl/include/curl/ |
H A D | curl.h | 2455 CURL_EXTERN CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype);
|
Completed in 57 milliseconds