Searched defs:mimetype (Results 1 - 11 of 11) sorted by relevance

/external/curl/docs/examples/
H A Dcurlx.c110 " -mimetype arg - MIME type for data in ex : application/timestamp-query"
122 -mimetype application/dvcs -acceptmime application/dvcs -out response
280 char *mimetype; local
344 else if(strcmp(*args, "-mimetype") == 0) {
346 mimetype = *(++args);
375 if(mimetype == NULL || mimetypeaccept == NULL)
495 contenttype = malloc(15 + strlen(mimetype));
496 snprintf(contenttype, 15 + strlen(mimetype), "Content-type: %s", mimetype);
542 BIO_printf(p.errorbio, "the response has a correct mimetype
[all...]
/external/curl/lib/
H A Dmime.h111 char *mimetype; /* Part mime type. */ member in struct:curl_mimepart_s
H A Dmime.c1118 Curl_safefree(part->mimetype);
1202 res = curl_mime_type(dst, src->mimetype);
1399 CURLcode curl_mime_type(curl_mimepart *part, const char *mimetype) argument
1404 Curl_safefree(part->mimetype);
1405 part->mimetype = NULL;
1407 if(mimetype) {
1408 part->mimetype = strdup(mimetype);
1409 if(!part->mimetype)
1705 customct = part->mimetype;
1857 curl_mime_type(curl_mimepart *part, const char *mimetype) argument
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp554 static char *printContainer(SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) argument
576 if (mimetype != NULL) {
577 printAttribute("mime-type", mimetype, (int32_t) uprv_strlen(mimetype));
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jar ... .xml.XmlParser$Node node String extension String mimeType protected void initWelcomeFileList (org.mortbay.xml.XmlParser ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 301 milliseconds