Searched refs:MAGIC_MIME_TYPE (Results 1 – 9 of 9) sorted by relevance
37 #define MAGIC_MIME_TYPE 0x0000010 /* Return the MIME type */ macro44 #define MAGIC_MIME (MAGIC_MIME_TYPE|MAGIC_MIME_ENCODING)
247 if (ms->flags & MAGIC_MIME_TYPE) { in cdf_file_property_info()280 } else if (ms->flags & MAGIC_MIME_TYPE) { in cdf_file_catalog()411 } else if (ms->flags & MAGIC_MIME_TYPE) { in cdf_check_summary_info()522 } else if (ms->flags & MAGIC_MIME_TYPE) { in cdf_file_dir_info()609 } else if (ms->flags & MAGIC_MIME_TYPE) { in file_trycdf()667 } else if (ms->flags & MAGIC_MIME_TYPE) { in file_trycdf()
77 if ((mime & MAGIC_MIME_TYPE)) { in handle_mime()
215 if ((mime & MAGIC_MIME_TYPE) != 0) { in file_ascmagic_with_encoding()
252 if ((ms->flags & MAGIC_MIME_TYPE) && in file_default()454 if (ms->flags & MAGIC_MIME_TYPE) in file_buffer()
3257 ms->flags &= MAGIC_MIME_TYPE;3266 ms->flags &= MAGIC_MIME_TYPE;
2421 if ((ms->flags & MAGIC_MIME_TYPE) && m->mimetype[0]) { in handle_annotation()
152 REGISTER_LONG_CONSTANT("FILEINFO_MIME_TYPE", MAGIC_MIME_TYPE, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()387 magic = magic_open(MAGIC_MIME_TYPE); in _php_finfo_get_type()
909 ms->flags &= MAGIC_MIME_TYPE;2010 - if ((mime & MAGIC_MIME_TYPE) &&3315 } else if (ms->flags & MAGIC_MIME_TYPE) {
Completed in 51 milliseconds