Searched refs:file_softmagic (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 143 if ((rv = file_softmagic(ms, utf8_buf, in file_ascmagic_with_encoding()
|
H A D | file.h | 461 protected int file_softmagic(struct magic_set *, const unsigned char *, size_t,
|
H A D | funcs.c | 254 m = file_softmagic(ms, ubuf, nb, NULL, NULL, BINTEST, in file_buffer()
|
H A D | softmagic.c | 95 file_softmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, in file_softmagic() function 1542 rv = file_softmagic(ms, s + offset, nbytes - offset, in mget()
|
Completed in 33 milliseconds