Home
last modified time | relevance | path

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

/PHP-8.1/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.1/ext/fileinfo/
H A Dlibmagic.patch1811 handle_mime(struct magic_set *ms, int mime, const char *str)
1881 - if (handle_mime(ms, mime, "directory") == -1)
1899 - if (handle_mime(ms, mime, "chardevice") == -1)
1918 + if (handle_mime(ms, mime, "chardevice") == -1)
1945 - if (handle_mime(ms, mime, "blockdevice") == -1)
1988 - if (handle_mime(ms, mime, "symlink") == -1)
2026 - if (handle_mime(ms, mime,
2059 - if (handle_mime(ms, mime, "symlink") == -1)

Completed in 14 milliseconds