Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dfsmagic.c75 handle_mime(struct magic_set *ms, int mime, const char *str) in handle_mime() function
146 if (handle_mime(ms, mime, "chardevice") == -1) in file_fsmagic()
175 if (handle_mime(ms, mime, "fifo") == -1) in file_fsmagic()
185 if (handle_mime(ms, mime, "door") == -1) in file_fsmagic()
206 if (handle_mime(ms, mime, "socket") == -1) in file_fsmagic()
229 if (handle_mime(ms, mime, "x-empty") == -1) in file_fsmagic()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch2031 handle_mime(struct magic_set *ms, int mime, const char *str)
2101 - if (handle_mime(ms, mime, "directory") == -1)
2119 - if (handle_mime(ms, mime, "chardevice") == -1)
2138 + if (handle_mime(ms, mime, "chardevice") == -1)
2165 - if (handle_mime(ms, mime, "blockdevice") == -1)
2208 - if (handle_mime(ms, mime, "symlink") == -1)
2246 - if (handle_mime(ms, mime,
2279 - if (handle_mime(ms, mime, "symlink") == -1)

Completed in 34 milliseconds