Home
last modified time | relevance | path

Searched refs:file_softmagic (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dascmagic.c149 if ((rv = file_softmagic(ms, utf8_buf, in file_ascmagic_with_encoding()
H A Dfile.h437 protected int file_softmagic(struct magic_set *, const unsigned char *, size_t,
H A Dfuncs.c238 if ((m = file_softmagic(ms, ubuf, nb, 0, BINTEST, in file_buffer()
H A Dsoftmagic.c78 file_softmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_softmagic() function
1714 rv = file_softmagic(ms, s + offset, nbytes - offset, in mget()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch858 if ((rv = file_softmagic(ms, utf8_buf,
1455 protected int file_softmagic(struct magic_set *, const unsigned char *, size_t,
2076 - if ((m = file_softmagic(ms, ubuf, nb, BINTEST,
2077 + if ((m = file_softmagic(ms, ubuf, nb, 0, BINTEST,
2917 file_softmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes,
3287 rv = file_softmagic(ms, s + offset, nbytes - offset,

Completed in 20 milliseconds