Searched refs:unreadable_info (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | magic.c | 85 private int unreadable_info(struct magic_set *, mode_t, const char *); 234 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info() function 391 if (unreadable_info(ms, sb.st_mode, inname) == -1) in file_or_stream()
|
/PHP-7.1/ext/fileinfo/ |
H A D | libmagic.patch | 2441 private int unreadable_info(struct magic_set *, mode_t, const char *); 2677 - unreadable_info(ms, sb.st_mode, inname) == -1) 2681 + if (unreadable_info(ms, sb.st_mode, inname) == -1) 2711 - if (unreadable_info(ms, sb.st_mode, inname) == -1)
|
Completed in 9 milliseconds