Searched refs:handle_mime (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | fsmagic.c | 75 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-src/ext/fileinfo/ |
H A D | libmagic.patch | 1617 handle_mime(struct magic_set *ms, int mime, const char *str) 1687 - if (handle_mime(ms, mime, "directory") == -1) 1705 - if (handle_mime(ms, mime, "chardevice") == -1) 1724 + if (handle_mime(ms, mime, "chardevice") == -1) 1751 - if (handle_mime(ms, mime, "blockdevice") == -1) 1794 - if (handle_mime(ms, mime, "symlink") == -1) 1832 - if (handle_mime(ms, mime, 1865 - if (handle_mime(ms, mime, "symlink") == -1)
|
Completed in 10 milliseconds