Searched refs:unreadable_info (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/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 390 if (unreadable_info(ms, sb.st_mode, inname) == -1) in file_or_stream()
|
/PHP-5.6/ext/fileinfo/ |
H A D | libmagic.patch | 2222 private int unreadable_info(struct magic_set *, mode_t, const char *); 2419 - unreadable_info(ms, sb.st_mode, inname) == -1) 2423 + if (unreadable_info(ms, sb.st_mode, inname) == -1) 2453 - if (unreadable_info(ms, sb.st_mode, inname) == -1)
|
Completed in 9 milliseconds