Searched refs:unreadable_info (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | magic.c | 81 private int unreadable_info(struct magic_set *, mode_t, const char *); 98 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info() function 256 if (unreadable_info(ms, sb.st_mode, inname) == -1) in file_or_stream()
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 2368 private int unreadable_info(struct magic_set *, mode_t, const char *); 2720 - unreadable_info(ms, sb.st_mode, inname) == -1) 2724 + if (unreadable_info(ms, sb.st_mode, inname) == -1) 2754 - if (unreadable_info(ms, sb.st_mode, inname) == -1)
|
Completed in 11 milliseconds