Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/fileinfo/
H A Dlibmagic.patch1613 handle_mime(struct magic_set *ms, int mime, const char *str)
1683 - if (handle_mime(ms, mime, "directory") == -1)
1701 - if (handle_mime(ms, mime, "chardevice") == -1)
1720 + if (handle_mime(ms, mime, "chardevice") == -1)
1747 - if (handle_mime(ms, mime, "blockdevice") == -1)
1790 - if (handle_mime(ms, mime, "symlink") == -1)
1828 - if (handle_mime(ms, mime,
1861 - if (handle_mime(ms, mime, "symlink") == -1)

Completed in 13 milliseconds