Searched refs:close_and_restore (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | magic.c | 83 private void close_and_restore(const struct magic_set *, const char *, int, 290 close_and_restore(const struct magic_set *ms, const char *name, int fd, in close_and_restore() function 420 close_and_restore(ms, inname, 0, &sb); in file_or_stream()
|
/PHP-7.0/ext/fileinfo/ |
H A D | libmagic.patch | 2438 private void close_and_restore(const struct magic_set *, const char *, int, 2552 close_and_restore(const struct magic_set *ms, const char *name, int fd, 2746 - close_and_restore(ms, inname, fd, &sb); 2754 + close_and_restore(ms, inname, 0, &sb);
|
Completed in 13 milliseconds