Home
last modified time | relevance | path

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

/PHP-7.0/ext/fileinfo/libmagic/
H A Dfsmagic.c82 handle_mime(struct magic_set *ms, int mime, const char *str) in handle_mime() function
164 if (handle_mime(ms, mime, "chardevice") == -1) in file_fsmagic()
193 if (handle_mime(ms, mime, "fifo") == -1) in file_fsmagic()
202 if (handle_mime(ms, mime, "door") == -1) in file_fsmagic()
222 if (handle_mime(ms, mime, "socket") == -1) in file_fsmagic()
244 if (handle_mime(ms, mime, "x-empty") == -1) in file_fsmagic()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch1689 handle_mime(struct magic_set *ms, int mime, const char *str)
1790 - if (handle_mime(ms, mime, "directory") == -1)
1807 - if (handle_mime(ms, mime, "chardevice") == -1)
1825 + if (handle_mime(ms, mime, "chardevice") == -1)
1852 - if (handle_mime(ms, mime, "blockdevice") == -1)
1894 - if (handle_mime(ms, mime, "symlink") == -1)
1922 - if (handle_mime(ms, mime,
1952 - if (handle_mime(ms, mime, "symlink") == -1)
1972 - if (handle_mime(ms, mime, "x-empty") == -1)
1978 + if (handle_mime(ms, mime, "x-empty") == -1)

Completed in 15 milliseconds