Lines Matching full:mime
153 char *contentType; /* the MIME type for the input */
157 char *mimeType; /* Mime-Type extracted from the contentType */
685 * - The Content-Type, Mime-Type and charset used
730 const xmlChar *charset, *last, *mime;
736 mime = (const xmlChar *) cur;
737 last = mime;
743 ctxt->mimeType = (char *) xmlStrndup(mime, last - mime);
756 const xmlChar *charset, *last, *mime;
761 mime = (const xmlChar *) cur;
762 last = mime;
768 ctxt->mimeType = (char *) xmlStrndup(mime, last - mime);
1779 * Provides the specified Mime-Type if specified in the HTTP headers.
1781 * Return the specified Mime-Type or NULL if not available