Home
last modified time | relevance | path

Searched refs:handle_mime (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/fileinfo/libmagic/
H A Dfsmagic.c72 handle_mime(struct magic_set *ms, int mime, const char *str) in handle_mime() function
155 if (handle_mime(ms, mime, "chardevice") == -1) in file_fsmagic()
184 if (handle_mime(ms, mime, "fifo") == -1) in file_fsmagic()
193 if (handle_mime(ms, mime, "door") == -1) in file_fsmagic()
213 if (handle_mime(ms, mime, "socket") == -1) in file_fsmagic()
236 if (handle_mime(ms, mime, "x-empty") == -1) in file_fsmagic()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2497 handle_mime(struct magic_set *ms, int mime, const char *str)
2611 - if (handle_mime(ms, mime, "directory") == -1)
2629 - if (handle_mime(ms, mime, "chardevice") == -1)
2648 + if (handle_mime(ms, mime, "chardevice") == -1)
2675 - if (handle_mime(ms, mime, "blockdevice") == -1)
2707 if (handle_mime(ms, mime, "fifo") == -1)
2715 if (handle_mime(ms, mime, "door") == -1)
2733 - if (handle_mime(ms, mime, "symlink") == -1)
2762 - if (handle_mime(ms, mime,
2793 - if (handle_mime(ms, mime, "symlink") == -1)

Completed in 15 milliseconds