Home
last modified time | relevance | path

Searched refs:file_zmagic (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c102 file_zmagic(struct magic_set *ms, int fd, const char *name, in file_zmagic() function
H A Dfile.h426 protected int file_zmagic(struct magic_set *, int, const char *,
H A Dfuncs.c209 if ((m = file_zmagic(ms, stream, inname, ubuf, nb)) != 0) { in file_buffer()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1449 protected int file_zmagic(struct magic_set *, int, const char *,
2048 - if ((m = file_zmagic(ms, fd, inname, ubuf, nb)) != 0) {
2049 + if ((m = file_zmagic(ms, stream, inname, ubuf, nb)) != 0) {

Completed in 16 milliseconds