Searched refs:file_zmagic (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | compress.c | 102 file_zmagic(struct magic_set *ms, int fd, const char *name, in file_zmagic() function
|
H A D | file.h | 405 protected int file_zmagic(struct magic_set *, int, const char *,
|
H A D | funcs.c | 209 if ((m = file_zmagic(ms, stream, inname, ubuf, nb)) != 0) { in file_buffer()
|
/PHP-5.3/ext/fileinfo/ |
H A D | libmagic.patch | 1252 protected int file_zmagic(struct magic_set *, int, const char *, 1793 - if ((m = file_zmagic(ms, fd, inname, ubuf, nb)) != 0) { 1794 + if ((m = file_zmagic(ms, stream, inname, ubuf, nb)) != 0) {
|
Completed in 15 milliseconds