Home | History | Annotate | Download | only in libxml2

Lines Matching refs:mime

150     char *contentType;	/* the MIME type for the input */
154 char *mimeType; /* Mime-Type extracted from the contentType */
646 * - The Content-Type, Mime-Type and charset used
690 const xmlChar *charset, *last, *mime;
696 mime = (const xmlChar *) cur;
697 last = mime;
703 ctxt->mimeType = (char *) xmlStrndup(mime, last - mime);
716 const xmlChar *charset, *last, *mime;
721 mime = (const xmlChar *) cur;
722 last = mime;
728 ctxt->mimeType = (char *) xmlStrndup(mime, last - mime);
1707 * Provides the specified Mime-Type if specified in the HTTP headers.
1709 * Return the specified Mime-Type or NULL if not available