Searched refs:file_softmagic (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 147 if ((rv = file_softmagic(ms, utf8_buf, in file_ascmagic_with_encoding()
|
H A D | file.h | 416 protected int file_softmagic(struct magic_set *, const unsigned char *, size_t,
|
H A D | funcs.c | 238 if ((m = file_softmagic(ms, ubuf, nb, BINTEST, in file_buffer()
|
H A D | softmagic.c | 74 file_softmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_softmagic() function 1566 return file_softmagic(ms, s + offset, nbytes - offset, in mget()
|
Completed in 19 milliseconds