Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dfsmagic.c78 handle_mime(struct magic_set *ms, int mime, const char *str) in handle_mime() function
161 if (handle_mime(ms, mime, "x-character-device") == -1) in file_fsmagic()
190 if (handle_mime(ms, mime, "fifo") == -1) in file_fsmagic()
199 if (handle_mime(ms, mime, "door") == -1) in file_fsmagic()
219 if (handle_mime(ms, mime, "socket") == -1) in file_fsmagic()
241 if (handle_mime(ms, mime, "x-empty") == -1) in file_fsmagic()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1590 handle_mime(struct magic_set *ms, int mime, const char *str)
1672 - if (handle_mime(ms, mime, "directory") == -1)
1689 - if (handle_mime(ms, mime, "chardevice") == -1)
1707 + if (handle_mime(ms, mime, "x-character-device") == -1)
1747 - if (handle_mime(ms, mime, "blockdevice") == -1)
1791 - if (handle_mime(ms, mime, "symlink") == -1)
1819 - if (handle_mime(ms, mime,
1849 - if (handle_mime(ms, mime, "symlink") == -1)
1888 - if (handle_mime(ms, mime, "x-empty") == -1)
1894 + if (handle_mime(ms, mime, "x-empty") == -1)

Completed in 20 milliseconds