Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dencoding.c116 } else if (file_looks_utf8(buf, nbytes, *ubuf, ulen) > 1) { in file_encoding()
323 file_looks_utf8(const unsigned char *buf, size_t nbytes, unicodechar *ubuf, size_t *ulen) in file_looks_utf8() function
398 return file_looks_utf8(buf + 3, nbytes - 3, ubuf, ulen); in looks_utf8_with_BOM()
H A Dfile.h513 protected int file_looks_utf8(const unsigned char *, size_t, unicodechar *,
H A Dapprentice.c1085 if (file_looks_utf8(m->value.us, CAST(size_t, m->vallen), NULL, in set_test_type()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1621 -file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen)
1622 +file_looks_utf8(const unsigned char *buf, size_t nbytes, unicodechar *ubuf, size_t *ulen)
1873 -protected int file_looks_utf8(const unsigned char *, size_t, unichar *,
1874 +protected int file_looks_utf8(const unsigned char *, size_t, unicodechar *,

Completed in 24 milliseconds