Searched refs:MIME_NOMAGIC (Results 1 – 2 of 2) sorted by relevance
53 if (mp->disc->flags & MIME_NOMAGIC) in mimetype()62 mp->disc->flags |= MIME_NOMAGIC; in mimetype()
43 #define MIME_NOMAGIC (1<<1) /* no magic for mimetype() */ macro