Home | History | Annotate | Download | only in xdg_mime

Lines Matching defs:mime_type

67   const char *mime_type;
148 if (ptr->mime_type)
149 free ((void *) ptr->mime_type);
287 match->mime_type = strdup (buffer);
664 const char *mime_type;
669 mime_type = NULL;
675 mime_type = match->mime_type;
683 _xdg_mime_mime_type_equal (mime_types[n], match->mime_type))
689 if (mime_type == NULL)
694 mime_type = mime_types[n];
701 return mime_type;
774 (state == XDG_MIME_MAGIC_EOF && match->mime_type))