Searched refs:file_encoding (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 88 if (file_encoding(ms, buf, nbytes, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
|
H A D | file.h | 434 protected int file_encoding(struct magic_set *, const unsigned char *, size_t,
|
H A D | encoding.c | 68 file_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, unichar **ubuf, size_t… in file_encoding() function
|
H A D | funcs.c | 188 looks_text = file_encoding(ms, ubuf, nb, &u8buf, &ulen, in file_buffer()
|
/PHP-5.6/ext/fileinfo/ |
H A D | libmagic.patch | 1983 looks_text = file_encoding(ms, ubuf, nb, &u8buf, &ulen,
|
Completed in 27 milliseconds