Searched refs:MAGIC_MIME_TYPE (Results 1 – 9 of 9) sorted by relevance
256 if (ms->flags & MAGIC_MIME_TYPE) { in cdf_file_property_info()289 } else if (ms->flags & MAGIC_MIME_TYPE) { in cdf_file_catalog()420 } else if (ms->flags & MAGIC_MIME_TYPE) { in cdf_check_summary_info()531 } else if (ms->flags & MAGIC_MIME_TYPE) { in cdf_file_dir_info()618 } else if (ms->flags & MAGIC_MIME_TYPE) { in file_trycdf()676 } else if (ms->flags & MAGIC_MIME_TYPE) { in file_trycdf()
74 if ((mime & MAGIC_MIME_TYPE) && in bad_link()93 if ((mime & MAGIC_MIME_TYPE)) { in handle_mime()
37 #define MAGIC_MIME_TYPE 0x0000010 /* Return the MIME type */ macro44 #define MAGIC_MIME (MAGIC_MIME_TYPE|MAGIC_MIME_ENCODING)
214 if ((mime & MAGIC_MIME_TYPE) != 0) { in file_ascmagic_with_encoding()
296 if ((ms->flags & MAGIC_MIME_TYPE) && in file_default()496 if (ms->flags & MAGIC_MIME_TYPE) in file_buffer()
243 flags |= MAGIC_MIME_TYPE; in main()
3525 ms->flags &= MAGIC_MIME_TYPE; in mkdbname()3535 ms->flags &= MAGIC_MIME_TYPE; in mkdbname()
2500 if ((ms->flags & MAGIC_MIME_TYPE) && m->mimetype[0]) { in handle_annotation()
32 MAGIC_MIME_TYPE = MIME_TYPE = 16 variable